Html Css Color HEX #65EFDD Turquoise Blue

📋 copy color: '#65EFDD'

red 101 ◦ green 239 ◦ blue 221

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

Shades of Turquoise Blue #65EFDD

Tints of Turquoise Blue #65EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

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

R = 18%
G = 42.6%
B = 39.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#65EFDD (or 0x65EFDD) is known color: Turquoise Blue. HEX triplet: 65, EF and DD. RGB value is (101,239,221). Sum of RGB (Red+Green+Blue) = 101+239+221=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFDD is #9A1022. Grayscale: #C3C3C3. Windows color (decimal): -10096675 or 14544741. OLE color: 14544741.

HSL color Cylindrical-coordinate representation of color #65EFDD: hue angle of 172.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFDD is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 239 221 -
CMYK 0.58 0 0.08 0.06
HSL 172.17º 0.81% 0.67% -
HSV(B) 172.17º 0.58% 0.94% -
XYZ 49.28 69.72 79.27 -
YUV 195.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 101 239 221 0.58 0 0.08 0.06 172.17 0.81 0.67
Hex 65 EF DD 3A 0 8 6 AC 51 43
Octal 145 357 335 72 0 10 6 254 121 103
Binary 1100101 11101111 11011101 111010 0 1000 110 10101100 1010001 1000011

Color Harmonies of #65EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EFDD

Black with #65EFDD

Text Example


Text Example

White with #65EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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