Html Css Color HEX #65EDDD Turquoise Blue

📋 copy color: '#65EDDD'

red 101 ◦ green 237 ◦ blue 221

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

Shades of Turquoise Blue #65EDDD

Tints of Turquoise Blue #65EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

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

R = 18.07%
G = 42.4%
B = 39.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#65EDDD (or 0x65EDDD) is known color: Turquoise Blue. HEX triplet: 65, ED and DD. RGB value is (101,237,221). Sum of RGB (Red+Green+Blue) = 101+237+221=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDDD is #9A1222. Grayscale: #C2C2C2. Windows color (decimal): -10097187 or 14544229. OLE color: 14544229.

HSL color Cylindrical-coordinate representation of color #65EDDD: hue angle of 172.94º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDDD is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 237 221 -
CMYK 0.57 0 0.07 0.07
HSL 172.94º 0.79% 0.66% -
HSV(B) 172.94º 0.57% 0.93% -
XYZ 48.7 68.56 79.07 -
YUV 194.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 101 237 221 0.57 0 0.07 0.07 172.94 0.79 0.66
Hex 65 ED DD 39 0 7 7 AD 4F 42
Octal 145 355 335 71 0 7 7 255 117 102
Binary 1100101 11101101 11011101 111001 0 111 111 10101101 1001111 1000010

Color Harmonies of #65EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EDDD

Black with #65EDDD

Text Example


Text Example

White with #65EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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