Html Css Color HEX #65CCDB Turquoise Blue

📋 copy color: '#65CCDB'

red 101 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #65CCDB

Tints of Turquoise Blue #65CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 19.27%
G = 38.93%
B = 41.79%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65CCDB (or 0x65CCDB) is known color: Turquoise Blue. HEX triplet: 65, CC and DB. RGB value is (101,204,219). Sum of RGB (Red+Green+Blue) = 101+204+219=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #65CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCDB is #9A3324. Grayscale: #AEAEAE. Windows color (decimal): -10105637 or 14404709. OLE color: 14404709.

HSL color Cylindrical-coordinate representation of color #65CCDB: hue angle of 187.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CCDB is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 204 219 -
CMYK 0.54 0.07 0 0.14
HSL 187.63º 0.62% 0.63% -
HSV(B) 187.63º 0.54% 0.86% -
XYZ 39.75 51.07 74.78 -
YUV 174.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 101 204 219 0.54 0.07 0 0.14 187.63 0.62 0.63
Hex 65 CC DB 36 7 0 E BC 3E 3F
Octal 145 314 333 66 7 0 16 274 76 77
Binary 1100101 11001100 11011011 110110 111 0 1110 10111100 111110 111111

Color Harmonies of #65CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCDB

Black with #65CCDB

Text Example


Text Example

White with #65CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,204,219); }

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

background-color css

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

 a { background-color: rgb(101,204,219); }

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

border-color css

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

 span { border-color: rgb(101,204,219); }

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