Html Css Color HEX #64DEFD Turquoise Blue

📋 copy color: '#64DEFD'

red 100 ◦ green 222 ◦ blue 253

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

Shades of Turquoise Blue #64DEFD

Tints of Turquoise Blue #64DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.61%

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

R = 17.39%
G = 38.61%
B = 44%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64DEFD (or 0x64DEFD) is known color: Turquoise Blue. HEX triplet: 64, DE and FD. RGB value is (100,222,253). Sum of RGB (Red+Green+Blue) = 100+222+253=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #64DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DEFD is #9B2102. Grayscale: #BCBCBC. Windows color (decimal): -10166531 or 16637540. OLE color: 16637540.

HSL color Cylindrical-coordinate representation of color #64DEFD: hue angle of 192.16º 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 #64DEFD is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 222 253 -
CMYK 0.60 0.12 0 0.01
HSL 192.16º 0.97% 0.69% -
HSV(B) 192.16º 0.6% 0.99% -
XYZ 49.11 62.04 102.32 -
YUV 189.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 100 222 253 0.60 0.12 0 0.01 192.16 0.97 0.69
Hex 64 DE FD 3C C 0 1 C0 61 45
Octal 144 336 375 74 14 0 1 300 141 105
Binary 1100100 11011110 11111101 111100 1100 0 1 11000000 1100001 1000101

Color Harmonies of #64DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEFD

Black with #64DEFD

Text Example


Text Example

White with #64DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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