Html Css Color HEX #64DBFF Turquoise Blue

📋 copy color: '#64DBFF'

red 100 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #64DBFF

Tints of Turquoise Blue #64DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 17.42%
G = 38.15%
B = 44.43%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64DBFF (or 0x64DBFF) is known color: Turquoise Blue. HEX triplet: 64, DB and FF. RGB value is (100,219,255). Sum of RGB (Red+Green+Blue) = 100+219+255=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #64DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFF is #9B2400. Grayscale: #BBBBBB. Windows color (decimal): -10167297 or 16767844. OLE color: 16767844.

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

Color convert

RGB 100 219 255 -
CMYK 0.61 0.14 0 0
HSL 193.94º 1% 0.7% -
HSV(B) 193.94º 0.61% 1% -
XYZ 48.64 60.59 103.74 -
YUV 187.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 100 219 255 0.61 0.14 0 0 193.94 1 0.7
Hex 64 DB FF 3D E 0 0 C2 64 46
Octal 144 333 377 75 16 0 0 302 144 106
Binary 1100100 11011011 11111111 111101 1110 0 0 11000010 1100100 1000110

Color Harmonies of #64DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBFF

Black with #64DBFF

Text Example


Text Example

White with #64DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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