Html Css Color HEX #65C9DD Turquoise Blue

📋 copy color: '#65C9DD'

red 101 ◦ green 201 ◦ blue 221

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

Shades of Turquoise Blue #65C9DD

Tints of Turquoise Blue #65C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.43%

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

R = 19.31%
G = 38.43%
B = 42.26%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65C9DD (or 0x65C9DD) is known color: Turquoise Blue. HEX triplet: 65, C9 and DD. RGB value is (101,201,221). Sum of RGB (Red+Green+Blue) = 101+201+221=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #65C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C9DD is #9A3622. Grayscale: #ADADAD. Windows color (decimal): -10106403 or 14535013. OLE color: 14535013.

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

Color convert

RGB 101 201 221 -
CMYK 0.54 0.09 0 0.13
HSL 190º 0.64% 0.63% -
HSV(B) 190º 0.54% 0.87% -
XYZ 39.3 49.76 75.94 -
YUV 173.38 154.87 76.37 -
System Red Green Blue C M Y K H S L
Decimal 101 201 221 0.54 0.09 0 0.13 190 0.64 0.63
Hex 65 C9 DD 36 9 0 D BE 40 3F
Octal 145 311 335 66 11 0 15 276 100 77
Binary 1100101 11001001 11011101 110110 1001 0 1101 10111110 1000000 111111

Color Harmonies of #65C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C9DD

Black with #65C9DD

Text Example


Text Example

White with #65C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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