Html Css Color HEX #64D8FE Turquoise Blue

📋 copy color: '#64D8FE'

red 100 ◦ green 216 ◦ blue 254

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

Shades of Turquoise Blue #64D8FE

Tints of Turquoise Blue #64D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.89%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 17.54%
G = 37.89%
B = 44.56%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64D8FE (or 0x64D8FE) is known color: Turquoise Blue. HEX triplet: 64, D8 and FE. RGB value is (100,216,254). Sum of RGB (Red+Green+Blue) = 100+216+254=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #64D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D8FE is #9B2701. Grayscale: #B9B9B9. Windows color (decimal): -10168066 or 16701540. OLE color: 16701540.

HSL color Cylindrical-coordinate representation of color #64D8FE: hue angle of 194.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64D8FE is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 216 254 -
CMYK 0.61 0.15 0 0.00
HSL 194.81º 0.99% 0.69% -
HSV(B) 194.81º 0.61% 1% -
XYZ 47.7 58.98 102.64 -
YUV 185.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 100 216 254 0.61 0.15 0 0.00 194.81 0.99 0.69
Hex 64 D8 FE 3D F 0 0 C3 63 45
Octal 144 330 376 75 17 0 0 303 143 105
Binary 1100100 11011000 11111110 111101 1111 0 0 11000011 1100011 1000101

Color Harmonies of #64D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8FE

Black with #64D8FE

Text Example


Text Example

White with #64D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,254); }

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

background-color css

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

 a { background-color: rgb(100,216,254); }

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

border-color css

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

 span { border-color: rgb(100,216,254); }

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