Html Css Color HEX #4CEFF1 Turquoise

📋 copy color: '#4CEFF1'

red 76 ◦ green 239 ◦ blue 241

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

Shades of Turquoise #4CEFF1

Tints of Turquoise #4CEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.99%

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 13.67%
G = 42.99%
B = 43.35%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4CEFF1 (or 0x4CEFF1) is known color: Turquoise. HEX triplet: 4C, EF and F1. RGB value is (76,239,241). Sum of RGB (Red+Green+Blue) = 76+239+241=556 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.67% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #4CEFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEFF1 is #B3100E. Grayscale: #BEBEBE. Windows color (decimal): -11735055 or 15855436. OLE color: 15855436.

HSL color Cylindrical-coordinate representation of color #4CEFF1: hue angle of 180.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFF1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 239 241 -
CMYK 0.68 0.01 0 0.05
HSL 180.73º 0.85% 0.62% -
HSV(B) 180.73º 0.68% 0.95% -
XYZ 49.72 69.62 94.04 -
YUV 190.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 76 239 241 0.68 0.01 0 0.05 180.73 0.85 0.62
Hex 4C EF F1 44 1 0 5 B5 55 3E
Octal 114 357 361 104 1 0 5 265 125 76
Binary 1001100 11101111 11110001 1000100 1 0 101 10110101 1010101 111110

Color Harmonies of #4CEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEFF1

Black with #4CEFF1

Text Example


Text Example

White with #4CEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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