Html Css Color HEX #65D2DC Turquoise Blue

📋 copy color: '#65D2DC'

red 101 ◦ green 210 ◦ blue 220

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

Shades of Turquoise Blue #65D2DC

Tints of Turquoise Blue #65D2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 19.02%
G = 39.55%
B = 41.43%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65D2DC (or 0x65D2DC) is known color: Turquoise Blue. HEX triplet: 65, D2 and DC. RGB value is (101,210,220). Sum of RGB (Red+Green+Blue) = 101+210+220=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #65D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2DC is #9A2D23. Grayscale: #B2B2B2. Windows color (decimal): -10104100 or 14471781. OLE color: 14471781.

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

Color convert

RGB 101 210 220 -
CMYK 0.54 0.05 0 0.14
HSL 185.04º 0.63% 0.63% -
HSV(B) 185.04º 0.54% 0.86% -
XYZ 41.33 54.03 75.96 -
YUV 178.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 101 210 220 0.54 0.05 0 0.14 185.04 0.63 0.63
Hex 65 D2 DC 36 5 0 E B9 3F 3F
Octal 145 322 334 66 5 0 16 271 77 77
Binary 1100101 11010010 11011100 110110 101 0 1110 10111001 111111 111111

Color Harmonies of #65D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2DC

Black with #65D2DC

Text Example


Text Example

White with #65D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,210,220); }

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

background-color css

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

 a { background-color: rgb(101,210,220); }

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

border-color css

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

 span { border-color: rgb(101,210,220); }

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