Html Css Color HEX #65CEDD Turquoise Blue

📋 copy color: '#65CEDD'

red 101 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #65CEDD

Tints of Turquoise Blue #65CEDD

RGB

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

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

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

R = 19.13%
G = 39.02%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65CEDD (or 0x65CEDD) is known color: Turquoise Blue. HEX triplet: 65, CE and DD. RGB value is (101,206,221). Sum of RGB (Red+Green+Blue) = 101+206+221=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #65CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDD is #9A3122. Grayscale: #B0B0B0. Windows color (decimal): -10105123 or 14536293. OLE color: 14536293.

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

Color convert

RGB 101 206 221 -
CMYK 0.54 0.07 0 0.13
HSL 187.5º 0.64% 0.63% -
HSV(B) 187.5º 0.54% 0.87% -
XYZ 40.49 52.13 76.33 -
YUV 176.32 153.21 74.28 -
System Red Green Blue C M Y K H S L
Decimal 101 206 221 0.54 0.07 0 0.13 187.5 0.64 0.63
Hex 65 CE DD 36 7 0 D BC 40 3F
Octal 145 316 335 66 7 0 15 274 100 77
Binary 1100101 11001110 11011101 110110 111 0 1101 10111100 1000000 111111

Color Harmonies of #65CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEDD

Black with #65CEDD

Text Example


Text Example

White with #65CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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