Html Css Color HEX #64F0E3 Turquoise Blue

📋 copy color: '#64F0E3'

red 100 ◦ green 240 ◦ blue 227

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

Shades of Turquoise Blue #64F0E3

Tints of Turquoise Blue #64F0E3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

 BLUE value IS 227 (89.06% from 255) = 40.04%

R = 17.64%
G = 42.33%
B = 40.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#64F0E3 (or 0x64F0E3) is known color: Turquoise Blue. HEX triplet: 64, F0 and E3. RGB value is (100,240,227). Sum of RGB (Red+Green+Blue) = 100+240+227=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0E3 is #9B0F1C. Grayscale: #C4C4C4. Windows color (decimal): -10161949 or 14938212. OLE color: 14938212.

HSL color Cylindrical-coordinate representation of color #64F0E3: hue angle of 174.43º degrees, saturation: 0.82, 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 #64F0E3 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 240 227 -
CMYK 0.58 0 0.05 0.06
HSL 174.43º 0.82% 0.67% -
HSV(B) 174.43º 0.58% 0.94% -
XYZ 50.28 70.58 83.65 -
YUV 196.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 100 240 227 0.58 0 0.05 0.06 174.43 0.82 0.67
Hex 64 F0 E3 3A 0 5 6 AE 52 43
Octal 144 360 343 72 0 5 6 256 122 103
Binary 1100100 11110000 11100011 111010 0 101 110 10101110 1010010 1000011

Color Harmonies of #64F0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F0E3

Black with #64F0E3

Text Example


Text Example

White with #64F0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,240,227); }

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

background-color css

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

 a { background-color: rgb(100,240,227); }

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

border-color css

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

 span { border-color: rgb(100,240,227); }

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