Html Css Color HEX #64CBEF Turquoise Blue

📋 copy color: '#64CBEF'

red 100 ◦ green 203 ◦ blue 239

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

Shades of Turquoise Blue #64CBEF

Tints of Turquoise Blue #64CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

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

R = 18.45%
G = 37.45%
B = 44.1%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64CBEF (or 0x64CBEF) is known color: Turquoise Blue. HEX triplet: 64, CB and EF. RGB value is (100,203,239). Sum of RGB (Red+Green+Blue) = 100+203+239=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #64CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBEF is #9B3410. Grayscale: #B0B0B0. Windows color (decimal): -10171409 or 15715172. OLE color: 15715172.

HSL color Cylindrical-coordinate representation of color #64CBEF: hue angle of 195.54º 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 #64CBEF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 203 239 -
CMYK 0.58 0.15 0 0.06
HSL 195.54º 0.81% 0.66% -
HSV(B) 195.54º 0.58% 0.94% -
XYZ 42.19 51.65 89.41 -
YUV 176.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 100 203 239 0.58 0.15 0 0.06 195.54 0.81 0.66
Hex 64 CB EF 3A F 0 6 C4 51 42
Octal 144 313 357 72 17 0 6 304 121 102
Binary 1100100 11001011 11101111 111010 1111 0 110 11000100 1010001 1000010

Color Harmonies of #64CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBEF

Black with #64CBEF

Text Example


Text Example

White with #64CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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