Html Css Color HEX #64DBFE Turquoise Blue

📋 copy color: '#64DBFE'

red 100 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #64DBFE

Tints of Turquoise Blue #64DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.22%

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

R = 17.45%
G = 38.22%
B = 44.33%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64DBFE (or 0x64DBFE) is known color: Turquoise Blue. HEX triplet: 64, DB and FE. RGB value is (100,219,254). Sum of RGB (Red+Green+Blue) = 100+219+254=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #64DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFE is #9B2401. Grayscale: #BBBBBB. Windows color (decimal): -10167298 or 16702308. OLE color: 16702308.

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

Color convert

RGB 100 219 254 -
CMYK 0.61 0.14 0 0.00
HSL 193.64º 0.99% 0.69% -
HSV(B) 193.64º 0.61% 1% -
XYZ 48.48 60.53 102.89 -
YUV 187.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 100 219 254 0.61 0.14 0 0.00 193.64 0.99 0.69
Hex 64 DB FE 3D E 0 0 C2 63 45
Octal 144 333 376 75 16 0 0 302 143 105
Binary 1100100 11011011 11111110 111101 1110 0 0 11000010 1100011 1000101

Color Harmonies of #64DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBFE

Black with #64DBFE

Text Example


Text Example

White with #64DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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