Html Css Color HEX #65CBDB Turquoise Blue

📋 copy color: '#65CBDB'

red 101 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #65CBDB

Tints of Turquoise Blue #65CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

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

R = 19.31%
G = 38.81%
B = 41.87%

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

#65CBDB (or 0x65CBDB) is known color: Turquoise Blue. HEX triplet: 65, CB and DB. RGB value is (101,203,219). Sum of RGB (Red+Green+Blue) = 101+203+219=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #65CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CBDB is #9A3424. Grayscale: #AEAEAE. Windows color (decimal): -10105893 or 14404453. OLE color: 14404453.

HSL color Cylindrical-coordinate representation of color #65CBDB: hue angle of 188.14º 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 #65CBDB is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 203 219 -
CMYK 0.54 0.07 0 0.14
HSL 188.14º 0.62% 0.63% -
HSV(B) 188.14º 0.54% 0.86% -
XYZ 39.51 50.59 74.7 -
YUV 174.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 101 203 219 0.54 0.07 0 0.14 188.14 0.62 0.63
Hex 65 CB DB 36 7 0 E BC 3E 3F
Octal 145 313 333 66 7 0 16 274 76 77
Binary 1100101 11001011 11011011 110110 111 0 1110 10111100 111110 111111

Color Harmonies of #65CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBDB

Black with #65CBDB

Text Example


Text Example

White with #65CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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