Html Css Color HEX #65CBDD Turquoise Blue

📋 copy color: '#65CBDD'

red 101 ◦ green 203 ◦ blue 221

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

Shades of Turquoise Blue #65CBDD

Tints of Turquoise Blue #65CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 19.24%
G = 38.67%
B = 42.1%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65CBDD (or 0x65CBDD) is known color: Turquoise Blue. HEX triplet: 65, CB and DD. RGB value is (101,203,221). Sum of RGB (Red+Green+Blue) = 101+203+221=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #65CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CBDD is #9A3422. Grayscale: #AEAEAE. Windows color (decimal): -10105891 or 14535525. OLE color: 14535525.

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

Color convert

RGB 101 203 221 -
CMYK 0.54 0.08 0 0.13
HSL 189º 0.64% 0.63% -
HSV(B) 189º 0.54% 0.87% -
XYZ 39.77 50.7 76.1 -
YUV 174.55 154.21 75.54 -
System Red Green Blue C M Y K H S L
Decimal 101 203 221 0.54 0.08 0 0.13 189 0.64 0.63
Hex 65 CB DD 36 8 0 D BD 40 3F
Octal 145 313 335 66 10 0 15 275 100 77
Binary 1100101 11001011 11011101 110110 1000 0 1101 10111101 1000000 111111

Color Harmonies of #65CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBDD

Black with #65CBDD

Text Example


Text Example

White with #65CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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