Html Css Color HEX #1CEBE6 Bright Turquoise

📋 copy color: '#1CEBE6'

red 28 ◦ green 235 ◦ blue 230

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

Shades of Bright Turquoise #1CEBE6

Tints of Bright Turquoise #1CEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 5.68%
G = 47.67%
B = 46.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#1CEBE6 (or 0x1CEBE6) is known color: Bright Turquoise. HEX triplet: 1C, EB and E6. RGB value is (28,235,230). Sum of RGB (Red+Green+Blue) = 28+235+230=493 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.68% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEBE6 is #E31419. Grayscale: #ACACAC. Windows color (decimal): -14881818 or 15133468. OLE color: 15133468.

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

Color convert

RGB 28 235 230 -
CMYK 0.88 0 0.02 0.08
HSL 178.55º 0.84% 0.52% -
HSV(B) 178.55º 0.88% 0.92% -
XYZ 44.47 65.38 85.14 -
YUV 172.54 160.42 24.91 -
System Red Green Blue C M Y K H S L
Decimal 28 235 230 0.88 0 0.02 0.08 178.55 0.84 0.52
Hex 1C EB E6 58 0 2 8 B3 54 34
Octal 34 353 346 130 0 2 10 263 124 64
Binary 11100 11101011 11100110 1011000 0 10 1000 10110011 1010100 110100

Color Harmonies of #1CEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEBE6

Black with #1CEBE6

Text Example


Text Example

White with #1CEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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