Html Css Color HEX #1CEBC6 Bright Turquoise

📋 copy color: '#1CEBC6'

red 28 ◦ green 235 ◦ blue 198

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

Shades of Bright Turquoise #1CEBC6

Tints of Bright Turquoise #1CEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 6.07%
G = 50.98%
B = 42.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#1CEBC6 (or 0x1CEBC6) is known color: Bright Turquoise. HEX triplet: 1C, EB and C6. RGB value is (28,235,198). Sum of RGB (Red+Green+Blue) = 28+235+198=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC6 is #E31439. Grayscale: #A8A8A8. Windows color (decimal): -14881850 or 13036316. OLE color: 13036316.

HSL color Cylindrical-coordinate representation of color #1CEBC6: hue angle of 169.28º 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 #1CEBC6 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 235 198 -
CMYK 0.88 0 0.16 0.08
HSL 169.28º 0.84% 0.52% -
HSV(B) 169.28º 0.88% 0.92% -
XYZ 40.38 63.74 63.6 -
YUV 168.89 144.42 27.51 -
System Red Green Blue C M Y K H S L
Decimal 28 235 198 0.88 0 0.16 0.08 169.28 0.84 0.52
Hex 1C EB C6 58 0 10 8 A9 54 34
Octal 34 353 306 130 0 20 10 251 124 64
Binary 11100 11101011 11000110 1011000 0 10000 1000 10101001 1010100 110100

Color Harmonies of #1CEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEBC6

Black with #1CEBC6

Text Example


Text Example

White with #1CEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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