Html Css Color HEX #1CEFE0 Bright Turquoise

📋 copy color: '#1CEFE0'

red 28 ◦ green 239 ◦ blue 224

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

Shades of Bright Turquoise #1CEFE0

Tints of Bright Turquoise #1CEFE0

RGB

 RED value IS 28 (11.33% from 255) = 5.7%

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

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 5.7%
G = 48.68%
B = 45.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#1CEFE0 (or 0x1CEFE0) is known color: Bright Turquoise. HEX triplet: 1C, EF and E0. RGB value is (28,239,224). Sum of RGB (Red+Green+Blue) = 28+239+224=491 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.70% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEFE0 is #E3101F. Grayscale: #AEAEAE. Windows color (decimal): -14880800 or 14741276. OLE color: 14741276.

HSL color Cylindrical-coordinate representation of color #1CEFE0: hue angle of 175.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEFE0 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 239 224 -
CMYK 0.88 0 0.06 0.06
HSL 175.73º 0.87% 0.52% -
HSV(B) 175.73º 0.88% 0.94% -
XYZ 44.8 67.36 81.16 -
YUV 174.2 156.1 23.72 -
System Red Green Blue C M Y K H S L
Decimal 28 239 224 0.88 0 0.06 0.06 175.73 0.87 0.52
Hex 1C EF E0 58 0 6 6 B0 57 34
Octal 34 357 340 130 0 6 6 260 127 64
Binary 11100 11101111 11100000 1011000 0 110 110 10110000 1010111 110100

Color Harmonies of #1CEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEFE0

Black with #1CEFE0

Text Example


Text Example

White with #1CEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CEFE0; }

 p { color: rgb(28,239,224); }

 H1.HeaderClassName
 {
   color: #1CEFE0;
 }
 .AnyTagClassName
 {
   color: #1CEFE0;
 }
</style>

background-color css

<style>
 a { background-color: #1CEFE0; }

 a { background-color: rgb(28,239,224); }

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

border-color css

<style>
 span { border-color: #1CEFE0; }

 span { border-color: rgb(28,239,224); }

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