Html Css Color HEX #4CEAF3 Turquoise Blue

📋 copy color: '#4CEAF3'

red 76 ◦ green 234 ◦ blue 243

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

Shades of Turquoise Blue #4CEAF3

Tints of Turquoise Blue #4CEAF3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 13.74%
G = 42.31%
B = 43.94%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4CEAF3 (or 0x4CEAF3) is known color: Turquoise Blue. HEX triplet: 4C, EA and F3. RGB value is (76,234,243). Sum of RGB (Red+Green+Blue) = 76+234+243=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #4CEAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAF3 is #B3150C. Grayscale: #BBBBBB. Windows color (decimal): -11736333 or 15985228. OLE color: 15985228.

HSL color Cylindrical-coordinate representation of color #4CEAF3: hue angle of 183.23º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CEAF3 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 234 243 -
CMYK 0.69 0.04 0 0.05
HSL 183.23º 0.87% 0.63% -
HSV(B) 183.23º 0.69% 0.95% -
XYZ 48.58 66.85 95.14 -
YUV 187.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 76 234 243 0.69 0.04 0 0.05 183.23 0.87 0.63
Hex 4C EA F3 45 4 0 5 B7 57 3F
Octal 114 352 363 105 4 0 5 267 127 77
Binary 1001100 11101010 11110011 1000101 100 0 101 10110111 1010111 111111

Color Harmonies of #4CEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAF3

Black with #4CEAF3

Text Example


Text Example

White with #4CEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,234,243); }

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

background-color css

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

 a { background-color: rgb(76,234,243); }

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

border-color css

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

 span { border-color: rgb(76,234,243); }

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