Html Css Color HEX #1CE7BA Bright Turquoise

📋 copy color: '#1CE7BA'

red 28 ◦ green 231 ◦ blue 186

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

Shades of Bright Turquoise #1CE7BA

Tints of Bright Turquoise #1CE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.91%

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

R = 6.29%
G = 51.91%
B = 41.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#1CE7BA (or 0x1CE7BA) is known color: Bright Turquoise. HEX triplet: 1C, E7 and BA. RGB value is (28,231,186). Sum of RGB (Red+Green+Blue) = 28+231+186=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #1CE7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE7BA is #E31845. Grayscale: #A5A5A5. Windows color (decimal): -14882886 or 12248860. OLE color: 12248860.

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

Color convert

RGB 28 231 186 -
CMYK 0.88 0 0.19 0.09
HSL 166.7º 0.81% 0.51% -
HSV(B) 166.7º 0.88% 0.91% -
XYZ 37.92 60.94 56.22 -
YUV 165.17 139.75 30.16 -
System Red Green Blue C M Y K H S L
Decimal 28 231 186 0.88 0 0.19 0.09 166.7 0.81 0.51
Hex 1C E7 BA 58 0 13 9 A7 51 33
Octal 34 347 272 130 0 23 11 247 121 63
Binary 11100 11100111 10111010 1011000 0 10011 1001 10100111 1010001 110011

Color Harmonies of #1CE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE7BA

Black with #1CE7BA

Text Example


Text Example

White with #1CE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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