Html Css Color HEX #4CCEEF Turquoise Blue

📋 copy color: '#4CCEEF'

red 76 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #4CCEEF

Tints of Turquoise Blue #4CCEEF

RGB

 RED value IS 76 (30.08% from 255) = 14.59%

 GREEN value IS 206 (80.86% from 255) = 39.54%

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

R = 14.59%
G = 39.54%
B = 45.87%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4CCEEF (or 0x4CCEEF) is known color: Turquoise Blue. HEX triplet: 4C, CE and EF. RGB value is (76,206,239). Sum of RGB (Red+Green+Blue) = 76+206+239=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCEEF is #B33110. Grayscale: #AAAAAA. Windows color (decimal): -11743505 or 15715916. OLE color: 15715916.

HSL color Cylindrical-coordinate representation of color #4CCEEF: hue angle of 192.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCEEF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 206 239 -
CMYK 0.68 0.14 0 0.06
HSL 192.15º 0.84% 0.62% -
HSV(B) 192.15º 0.68% 0.94% -
XYZ 40.63 51.91 89.54 -
YUV 170.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 76 206 239 0.68 0.14 0 0.06 192.15 0.84 0.62
Hex 4C CE EF 44 E 0 6 C0 54 3E
Octal 114 316 357 104 16 0 6 300 124 76
Binary 1001100 11001110 11101111 1000100 1110 0 110 11000000 1010100 111110

Color Harmonies of #4CCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCEEF

Black with #4CCEEF

Text Example


Text Example

White with #4CCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCEEF; }

 p { color: rgb(76,206,239); }

 H1.HeaderClassName
 {
   color: #4CCEEF;
 }
 .AnyTagClassName
 {
   color: #4CCEEF;
 }
</style>

background-color css

<style>
 a { background-color: #4CCEEF; }

 a { background-color: rgb(76,206,239); }

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

border-color css

<style>
 span { border-color: #4CCEEF; }

 span { border-color: rgb(76,206,239); }

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