Html Css Color HEX #64D5FA Turquoise Blue

📋 copy color: '#64D5FA'

red 100 ◦ green 213 ◦ blue 250

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

Shades of Turquoise Blue #64D5FA

Tints of Turquoise Blue #64D5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 17.76%
G = 37.83%
B = 44.4%

CMYK

 C value IS 0.6

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64D5FA (or 0x64D5FA) is known color: Turquoise Blue. HEX triplet: 64, D5 and FA. RGB value is (100,213,250). Sum of RGB (Red+Green+Blue) = 100+213+250=563 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.76% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #64D5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D5FA is #9B2A05. Grayscale: #B7B7B7. Windows color (decimal): -10168838 or 16438628. OLE color: 16438628.

HSL color Cylindrical-coordinate representation of color #64D5FA: hue angle of 194.8º degrees, saturation: 0.94, 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 #64D5FA is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 213 250 -
CMYK 0.6 0.15 0 0.02
HSL 194.8º 0.94% 0.69% -
HSV(B) 194.8º 0.6% 0.98% -
XYZ 46.31 57.2 99.04 -
YUV 183.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 100 213 250 0.6 0.15 0 0.02 194.8 0.94 0.69
Hex 64 D5 FA 3C F 0 2 C3 5E 45
Octal 144 325 372 74 17 0 2 303 136 105
Binary 1100100 11010101 11111010 111100 1111 0 10 11000011 1011110 1000101

Color Harmonies of #64D5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D5FA

Black with #64D5FA

Text Example


Text Example

White with #64D5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,250); }

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

background-color css

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

 a { background-color: rgb(100,213,250); }

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

border-color css

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

 span { border-color: rgb(100,213,250); }

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