Html Css Color HEX #65D7D4 Turquoise Blue

📋 copy color: '#65D7D4'

red 101 ◦ green 215 ◦ blue 212

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

Shades of Turquoise Blue #65D7D4

Tints of Turquoise Blue #65D7D4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

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

R = 19.13%
G = 40.72%
B = 40.15%

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

#65D7D4 (or 0x65D7D4) is known color: Turquoise Blue. HEX triplet: 65, D7 and D4. RGB value is (101,215,212). Sum of RGB (Red+Green+Blue) = 101+215+212=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7D4 is #9A282B. Grayscale: #B4B4B4. Windows color (decimal): -10102828 or 13948773. OLE color: 13948773.

HSL color Cylindrical-coordinate representation of color #65D7D4: hue angle of 178.42º degrees, saturation: 0.59, 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 #65D7D4 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 215 212 -
CMYK 0.53 0 0.01 0.16
HSL 178.42º 0.59% 0.62% -
HSV(B) 178.42º 0.53% 0.84% -
XYZ 41.55 56.12 70.93 -
YUV 180.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 101 215 212 0.53 0 0.01 0.16 178.42 0.59 0.62
Hex 65 D7 D4 35 0 1 10 B2 3B 3E
Octal 145 327 324 65 0 1 20 262 73 76
Binary 1100101 11010111 11010100 110101 0 1 10000 10110010 111011 111110

Color Harmonies of #65D7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D7D4

Black with #65D7D4

Text Example


Text Example

White with #65D7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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