Html Css Color HEX #64D7FD Turquoise Blue

📋 copy color: '#64D7FD'

red 100 ◦ green 215 ◦ blue 253

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

Shades of Turquoise Blue #64D7FD

Tints of Turquoise Blue #64D7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 17.61%
G = 37.85%
B = 44.54%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64D7FD (or 0x64D7FD) is known color: Turquoise Blue. HEX triplet: 64, D7 and FD. RGB value is (100,215,253). Sum of RGB (Red+Green+Blue) = 100+215+253=568 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.61% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D7FD is #9B2802. Grayscale: #B8B8B8. Windows color (decimal): -10168323 or 16635748. OLE color: 16635748.

HSL color Cylindrical-coordinate representation of color #64D7FD: hue angle of 194.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D7FD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 215 253 -
CMYK 0.60 0.15 0 0.01
HSL 194.9º 0.97% 0.69% -
HSV(B) 194.9º 0.6% 0.99% -
XYZ 47.29 58.4 101.71 -
YUV 184.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 100 215 253 0.60 0.15 0 0.01 194.9 0.97 0.69
Hex 64 D7 FD 3C F 0 1 C3 61 45
Octal 144 327 375 74 17 0 1 303 141 105
Binary 1100100 11010111 11111101 111100 1111 0 1 11000011 1100001 1000101

Color Harmonies of #64D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D7FD

Black with #64D7FD

Text Example


Text Example

White with #64D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,253); }

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

background-color css

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

 a { background-color: rgb(100,215,253); }

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

border-color css

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

 span { border-color: rgb(100,215,253); }

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