Html Css Color HEX #64CDEF Turquoise Blue

📋 copy color: '#64CDEF'

red 100 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #64CDEF

Tints of Turquoise Blue #64CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 18.38%
G = 37.68%
B = 43.93%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64CDEF (or 0x64CDEF) is known color: Turquoise Blue. HEX triplet: 64, CD and EF. RGB value is (100,205,239). Sum of RGB (Red+Green+Blue) = 100+205+239=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #64CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDEF is #9B3210. Grayscale: #B1B1B1. Windows color (decimal): -10170897 or 15715684. OLE color: 15715684.

HSL color Cylindrical-coordinate representation of color #64CDEF: hue angle of 194.68º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CDEF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 205 239 -
CMYK 0.58 0.14 0 0.06
HSL 194.68º 0.81% 0.66% -
HSV(B) 194.68º 0.58% 0.94% -
XYZ 42.67 52.6 89.57 -
YUV 177.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 100 205 239 0.58 0.14 0 0.06 194.68 0.81 0.66
Hex 64 CD EF 3A E 0 6 C3 51 42
Octal 144 315 357 72 16 0 6 303 121 102
Binary 1100100 11001101 11101111 111010 1110 0 110 11000011 1010001 1000010

Color Harmonies of #64CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDEF

Black with #64CDEF

Text Example


Text Example

White with #64CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,239); }

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

background-color css

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

 a { background-color: rgb(100,205,239); }

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

border-color css

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

 span { border-color: rgb(100,205,239); }

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