Html Css Color HEX #65DADD Turquoise Blue

📋 copy color: '#65DADD'

red 101 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #65DADD

Tints of Turquoise Blue #65DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

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

R = 18.7%
G = 40.37%
B = 40.93%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65DADD (or 0x65DADD) is known color: Turquoise Blue. HEX triplet: 65, DA and DD. RGB value is (101,218,221). Sum of RGB (Red+Green+Blue) = 101+218+221=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #65DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DADD is #9A2522. Grayscale: #B7B7B7. Windows color (decimal): -10102051 or 14539365. OLE color: 14539365.

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

Color convert

RGB 101 218 221 -
CMYK 0.54 0.01 0 0.13
HSL 181.5º 0.64% 0.63% -
HSV(B) 181.5º 0.54% 0.87% -
XYZ 43.49 58.13 77.33 -
YUV 183.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 101 218 221 0.54 0.01 0 0.13 181.5 0.64 0.63
Hex 65 DA DD 36 1 0 D B6 40 3F
Octal 145 332 335 66 1 0 15 266 100 77
Binary 1100101 11011010 11011101 110110 1 0 1101 10110110 1000000 111111

Color Harmonies of #65DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DADD

Black with #65DADD

Text Example


Text Example

White with #65DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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