Html Css Color HEX #64DBFB Turquoise Blue

📋 copy color: '#64DBFB'

red 100 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #64DBFB

Tints of Turquoise Blue #64DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 17.54%
G = 38.42%
B = 44.04%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64DBFB (or 0x64DBFB) is known color: Turquoise Blue. HEX triplet: 64, DB and FB. RGB value is (100,219,251). Sum of RGB (Red+Green+Blue) = 100+219+251=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #64DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFB is #9B2404. Grayscale: #BABABA. Windows color (decimal): -10167301 or 16505700. OLE color: 16505700.

HSL color Cylindrical-coordinate representation of color #64DBFB: hue angle of 192.72º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DBFB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 219 251 -
CMYK 0.60 0.13 0 0.02
HSL 192.72º 0.95% 0.69% -
HSV(B) 192.72º 0.6% 0.98% -
XYZ 48 60.34 100.38 -
YUV 187.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 100 219 251 0.60 0.13 0 0.02 192.72 0.95 0.69
Hex 64 DB FB 3C D 0 2 C1 5F 45
Octal 144 333 373 74 15 0 2 301 137 105
Binary 1100100 11011011 11111011 111100 1101 0 10 11000001 1011111 1000101

Color Harmonies of #64DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBFB

Black with #64DBFB

Text Example


Text Example

White with #64DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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