Html Css Color HEX #1CEBC3 Bright Turquoise

📋 copy color: '#1CEBC3'

red 28 ◦ green 235 ◦ blue 195

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

Shades of Bright Turquoise #1CEBC3

Tints of Bright Turquoise #1CEBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.31%

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 6.11%
G = 51.31%
B = 42.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#1CEBC3 (or 0x1CEBC3) is known color: Bright Turquoise. HEX triplet: 1C, EB and C3. RGB value is (28,235,195). Sum of RGB (Red+Green+Blue) = 28+235+195=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC3 is #E3143C. Grayscale: #A8A8A8. Windows color (decimal): -14881853 or 12839708. OLE color: 12839708.

HSL color Cylindrical-coordinate representation of color #1CEBC3: hue angle of 168.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEBC3 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 235 195 -
CMYK 0.88 0 0.17 0.08
HSL 168.41º 0.84% 0.52% -
HSV(B) 168.41º 0.88% 0.92% -
XYZ 40.04 63.6 61.8 -
YUV 168.55 142.92 27.75 -
System Red Green Blue C M Y K H S L
Decimal 28 235 195 0.88 0 0.17 0.08 168.41 0.84 0.52
Hex 1C EB C3 58 0 11 8 A8 54 34
Octal 34 353 303 130 0 21 10 250 124 64
Binary 11100 11101011 11000011 1011000 0 10001 1000 10101000 1010100 110100

Color Harmonies of #1CEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEBC3

Black with #1CEBC3

Text Example


Text Example

White with #1CEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,235,195); }

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

background-color css

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

 a { background-color: rgb(28,235,195); }

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

border-color css

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

 span { border-color: rgb(28,235,195); }

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