Html Css Color HEX #64DFFE Turquoise Blue

📋 copy color: '#64DFFE'

red 100 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #64DFFE

Tints of Turquoise Blue #64DFFE

RGB

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

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

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

R = 17.33%
G = 38.65%
B = 44.02%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64DFFE (or 0x64DFFE) is known color: Turquoise Blue. HEX triplet: 64, DF and FE. RGB value is (100,223,254). Sum of RGB (Red+Green+Blue) = 100+223+254=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #64DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFFE is #9B2001. Grayscale: #BDBDBD. Windows color (decimal): -10166274 or 16703332. OLE color: 16703332.

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

Color convert

RGB 100 223 254 -
CMYK 0.61 0.12 0 0.00
HSL 192.08º 0.99% 0.69% -
HSV(B) 192.08º 0.61% 1% -
XYZ 49.53 62.64 103.25 -
YUV 189.76 164.25 63.98 -
System Red Green Blue C M Y K H S L
Decimal 100 223 254 0.61 0.12 0 0.00 192.08 0.99 0.69
Hex 64 DF FE 3D C 0 0 C0 63 45
Octal 144 337 376 75 14 0 0 300 143 105
Binary 1100100 11011111 11111110 111101 1100 0 0 11000000 1100011 1000101

Color Harmonies of #64DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFFE

Black with #64DFFE

Text Example


Text Example

White with #64DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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