Html Css Color HEX #65D6D4 Turquoise Blue

📋 copy color: '#65D6D4'

red 101 ◦ green 214 ◦ blue 212

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

Shades of Turquoise Blue #65D6D4

Tints of Turquoise Blue #65D6D4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

 BLUE value IS 212 (83.2% from 255) = 40.23%

R = 19.17%
G = 40.61%
B = 40.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#65D6D4 (or 0x65D6D4) is known color: Turquoise Blue. HEX triplet: 65, D6 and D4. RGB value is (101,214,212). Sum of RGB (Red+Green+Blue) = 101+214+212=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #65D6D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D6D4 is #9A292B. Grayscale: #B3B3B3. Windows color (decimal): -10103084 or 13948517. OLE color: 13948517.

HSL color Cylindrical-coordinate representation of color #65D6D4: hue angle of 178.94º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D6D4 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 214 212 -
CMYK 0.53 0 0.01 0.16
HSL 178.94º 0.58% 0.62% -
HSV(B) 178.94º 0.53% 0.84% -
XYZ 41.3 55.61 70.85 -
YUV 179.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 101 214 212 0.53 0 0.01 0.16 178.94 0.58 0.62
Hex 65 D6 D4 35 0 1 10 B3 3A 3E
Octal 145 326 324 65 0 1 20 263 72 76
Binary 1100101 11010110 11010100 110101 0 1 10000 10110011 111010 111110

Color Harmonies of #65D6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D6D4

Black with #65D6D4

Text Example


Text Example

White with #65D6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,214,212); }

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

background-color css

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

 a { background-color: rgb(101,214,212); }

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

border-color css

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

 span { border-color: rgb(101,214,212); }

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