Html Css Color HEX #64D6FE Turquoise Blue

📋 copy color: '#64D6FE'

red 100 ◦ green 214 ◦ blue 254

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

Shades of Turquoise Blue #64D6FE

Tints of Turquoise Blue #64D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

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

R = 17.61%
G = 37.68%
B = 44.72%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64D6FE (or 0x64D6FE) is known color: Turquoise Blue. HEX triplet: 64, D6 and FE. RGB value is (100,214,254). Sum of RGB (Red+Green+Blue) = 100+214+254=568 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.61% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #64D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D6FE is #9B2901. Grayscale: #B8B8B8. Windows color (decimal): -10168578 or 16701028. OLE color: 16701028.

HSL color Cylindrical-coordinate representation of color #64D6FE: hue angle of 195.58º 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 #64D6FE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 214 254 -
CMYK 0.61 0.16 0 0.00
HSL 195.58º 0.99% 0.69% -
HSV(B) 195.58º 0.61% 1% -
XYZ 47.19 57.96 102.47 -
YUV 184.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 100 214 254 0.61 0.16 0 0.00 195.58 0.99 0.69
Hex 64 D6 FE 3D 10 0 0 C4 63 45
Octal 144 326 376 75 20 0 0 304 143 105
Binary 1100100 11010110 11111110 111101 10000 0 0 11000100 1100011 1000101

Color Harmonies of #64D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D6FE

Black with #64D6FE

Text Example


Text Example

White with #64D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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