Html Css Color HEX #1CE6BB Bright Turquoise

📋 copy color: '#1CE6BB'

red 28 ◦ green 230 ◦ blue 187

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

Shades of Bright Turquoise #1CE6BB

Tints of Bright Turquoise #1CE6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 6.29%
G = 51.69%
B = 42.02%

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

#1CE6BB (or 0x1CE6BB) is known color: Bright Turquoise. HEX triplet: 1C, E6 and BB. RGB value is (28,230,187). Sum of RGB (Red+Green+Blue) = 28+230+187=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6BB is #E31944. Grayscale: #A4A4A4. Windows color (decimal): -14883141 or 12314140. OLE color: 12314140.

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

Color convert

RGB 28 230 187 -
CMYK 0.88 0 0.19 0.10
HSL 167.23º 0.8% 0.51% -
HSV(B) 167.23º 0.88% 0.9% -
XYZ 37.75 60.43 56.69 -
YUV 164.7 140.58 30.5 -
System Red Green Blue C M Y K H S L
Decimal 28 230 187 0.88 0 0.19 0.10 167.23 0.8 0.51
Hex 1C E6 BB 58 0 13 A A7 50 33
Octal 34 346 273 130 0 23 12 247 120 63
Binary 11100 11100110 10111011 1011000 0 10011 1010 10100111 1010000 110011

Color Harmonies of #1CE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE6BB

Black with #1CE6BB

Text Example


Text Example

White with #1CE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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