Html Css Color HEX #1CEBBE Bright Turquoise

📋 copy color: '#1CEBBE'

red 28 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #1CEBBE

Tints of Bright Turquoise #1CEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 6.18%
G = 51.88%
B = 41.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#1CEBBE (or 0x1CEBBE) is known color: Bright Turquoise. HEX triplet: 1C, EB and BE. RGB value is (28,235,190). Sum of RGB (Red+Green+Blue) = 28+235+190=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBBE is #E31441. Grayscale: #A7A7A7. Windows color (decimal): -14881858 or 12512028. OLE color: 12512028.

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

Color convert

RGB 28 235 190 -
CMYK 0.88 0 0.19 0.08
HSL 166.96º 0.84% 0.52% -
HSV(B) 166.96º 0.88% 0.92% -
XYZ 39.48 63.38 58.87 -
YUV 167.98 140.42 28.16 -
System Red Green Blue C M Y K H S L
Decimal 28 235 190 0.88 0 0.19 0.08 166.96 0.84 0.52
Hex 1C EB BE 58 0 13 8 A7 54 34
Octal 34 353 276 130 0 23 10 247 124 64
Binary 11100 11101011 10111110 1011000 0 10011 1000 10100111 1010100 110100

Color Harmonies of #1CEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEBBE

Black with #1CEBBE

Text Example


Text Example

White with #1CEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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