Html Css Color HEX #1CE6BA Bright Turquoise

📋 copy color: '#1CE6BA'

red 28 ◦ green 230 ◦ blue 186

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

Shades of Bright Turquoise #1CE6BA

Tints of Bright Turquoise #1CE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.8%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 6.31%
G = 51.8%
B = 41.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#1CE6BA (or 0x1CE6BA) is known color: Bright Turquoise. HEX triplet: 1C, E6 and BA. RGB value is (28,230,186). Sum of RGB (Red+Green+Blue) = 28+230+186=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6BA is #E31945. Grayscale: #A4A4A4. Windows color (decimal): -14883142 or 12248604. OLE color: 12248604.

HSL color Cylindrical-coordinate representation of color #1CE6BA: hue angle of 166.93º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6BA is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 230 186 -
CMYK 0.88 0 0.19 0.10
HSL 166.93º 0.8% 0.51% -
HSV(B) 166.93º 0.88% 0.9% -
XYZ 37.64 60.39 56.13 -
YUV 164.59 140.08 30.58 -
System Red Green Blue C M Y K H S L
Decimal 28 230 186 0.88 0 0.19 0.10 166.93 0.8 0.51
Hex 1C E6 BA 58 0 13 A A7 50 33
Octal 34 346 272 130 0 23 12 247 120 63
Binary 11100 11100110 10111010 1011000 0 10011 1010 10100111 1010000 110011

Color Harmonies of #1CE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE6BA

Black with #1CE6BA

Text Example


Text Example

White with #1CE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,230,186); }

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

background-color css

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

 a { background-color: rgb(28,230,186); }

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

border-color css

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

 span { border-color: rgb(28,230,186); }

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