Html Css Color HEX #65CEDF Turquoise Blue

📋 copy color: '#65CEDF'

red 101 ◦ green 206 ◦ blue 223

#65CEDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65CEDF

Tints of Turquoise Blue #65CEDF

RGB

 RED value IS 101 (39.84% from 255) = 19.06%

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 19.06%
G = 38.87%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65CEDF (or 0x65CEDF) is known color: Turquoise Blue. HEX triplet: 65, CE and DF. RGB value is (101,206,223). Sum of RGB (Red+Green+Blue) = 101+206+223=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDF is #9A3120. Grayscale: #B0B0B0. Windows color (decimal): -10105121 or 14667365. OLE color: 14667365.

HSL color Cylindrical-coordinate representation of color #65CEDF: hue angle of 188.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CEDF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 206 223 -
CMYK 0.55 0.08 0 0.13
HSL 188.36º 0.66% 0.64% -
HSV(B) 188.36º 0.55% 0.87% -
XYZ 40.76 52.24 77.75 -
YUV 176.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 101 206 223 0.55 0.08 0 0.13 188.36 0.66 0.64
Hex 65 CE DF 37 8 0 D BC 42 40
Octal 145 316 337 67 10 0 15 274 102 100
Binary 1100101 11001110 11011111 110111 1000 0 1101 10111100 1000010 1000000

Color Harmonies of #65CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEDF

Black with #65CEDF

Text Example


Text Example

White with #65CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CEDF; }

 p { color: rgb(101,206,223); }

 H1.HeaderClassName
 {
   color: #65CEDF;
 }
 .AnyTagClassName
 {
   color: #65CEDF;
 }
</style>

background-color css

<style>
 a { background-color: #65CEDF; }

 a { background-color: rgb(101,206,223); }

 div.DivClassName
 {
   background-color: #65CEDF;
 }
 .BgClassName
 {
   background-color: #65CEDF;
 }
</style>

border-color css

<style>
 span { border-color: #65CEDF; }

 span { border-color: rgb(101,206,223); }

 td.TdClassName
 {
   border-color: #65CEDF;
 }
 .TagClassName
 {
   border-color: #65CEDF;
 }
</style>