Html Css Color HEX #64DFEF Turquoise Blue

📋 copy color: '#64DFEF'

red 100 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #64DFEF

Tints of Turquoise Blue #64DFEF

RGB

 RED value IS 100 (39.45% from 255) = 17.79%

 GREEN value IS 223 (87.5% from 255) = 39.68%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 17.79%
G = 39.68%
B = 42.53%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64DFEF (or 0x64DFEF) is known color: Turquoise Blue. HEX triplet: 64, DF and EF. RGB value is (100,223,239). Sum of RGB (Red+Green+Blue) = 100+223+239=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #64DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFEF is #9B2010. Grayscale: #BBBBBB. Windows color (decimal): -10166289 or 15720292. OLE color: 15720292.

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

Color convert

RGB 100 223 239 -
CMYK 0.58 0.07 0 0.06
HSL 186.91º 0.81% 0.66% -
HSV(B) 186.91º 0.58% 0.94% -
XYZ 47.22 61.72 91.08 -
YUV 188.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 100 223 239 0.58 0.07 0 0.06 186.91 0.81 0.66
Hex 64 DF EF 3A 7 0 6 BB 51 42
Octal 144 337 357 72 7 0 6 273 121 102
Binary 1100100 11011111 11101111 111010 111 0 110 10111011 1010001 1000010

Color Harmonies of #64DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFEF

Black with #64DFEF

Text Example


Text Example

White with #64DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64DFEF; }

 p { color: rgb(100,223,239); }

 H1.HeaderClassName
 {
   color: #64DFEF;
 }
 .AnyTagClassName
 {
   color: #64DFEF;
 }
</style>

background-color css

<style>
 a { background-color: #64DFEF; }

 a { background-color: rgb(100,223,239); }

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

border-color css

<style>
 span { border-color: #64DFEF; }

 span { border-color: rgb(100,223,239); }

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