Html Css Color HEX #64D0F1 Turquoise Blue

📋 copy color: '#64D0F1'

red 100 ◦ green 208 ◦ blue 241

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

Shades of Turquoise Blue #64D0F1

Tints of Turquoise Blue #64D0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 18.21%
G = 37.89%
B = 43.9%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64D0F1 (or 0x64D0F1) is known color: Turquoise Blue. HEX triplet: 64, D0 and F1. RGB value is (100,208,241). Sum of RGB (Red+Green+Blue) = 100+208+241=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #64D0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D0F1 is #9B2F0E. Grayscale: #B3B3B3. Windows color (decimal): -10170127 or 15847524. OLE color: 15847524.

HSL color Cylindrical-coordinate representation of color #64D0F1: hue angle of 194.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64D0F1 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 208 241 -
CMYK 0.59 0.14 0 0.05
HSL 194.04º 0.83% 0.67% -
HSV(B) 194.04º 0.59% 0.95% -
XYZ 43.69 54.17 91.37 -
YUV 179.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 100 208 241 0.59 0.14 0 0.05 194.04 0.83 0.67
Hex 64 D0 F1 3B E 0 5 C2 53 43
Octal 144 320 361 73 16 0 5 302 123 103
Binary 1100100 11010000 11110001 111011 1110 0 101 11000010 1010011 1000011

Color Harmonies of #64D0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0F1

Black with #64D0F1

Text Example


Text Example

White with #64D0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,241); }

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

background-color css

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

 a { background-color: rgb(100,208,241); }

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

border-color css

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

 span { border-color: rgb(100,208,241); }

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