Html Css Color HEX #1CE7EB Bright Turquoise

📋 copy color: '#1CE7EB'

red 28 ◦ green 231 ◦ blue 235

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

Shades of Bright Turquoise #1CE7EB

Tints of Bright Turquoise #1CE7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 5.67%
G = 46.76%
B = 47.57%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CE7EB (or 0x1CE7EB) is known color: Bright Turquoise. HEX triplet: 1C, E7 and EB. RGB value is (28,231,235). Sum of RGB (Red+Green+Blue) = 28+231+235=494 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.67% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE7EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE7EB is #E31814. Grayscale: #AAAAAA. Windows color (decimal): -14882837 or 15460124. OLE color: 15460124.

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

Color convert

RGB 28 231 235 -
CMYK 0.88 0.02 0 0.08
HSL 181.16º 0.84% 0.52% -
HSV(B) 181.16º 0.88% 0.92% -
XYZ 44.05 63.4 88.51 -
YUV 170.76 164.25 26.17 -
System Red Green Blue C M Y K H S L
Decimal 28 231 235 0.88 0.02 0 0.08 181.16 0.84 0.52
Hex 1C E7 EB 58 2 0 8 B5 54 34
Octal 34 347 353 130 2 0 10 265 124 64
Binary 11100 11100111 11101011 1011000 10 0 1000 10110101 1010100 110100

Color Harmonies of #1CE7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE7EB

Black with #1CE7EB

Text Example


Text Example

White with #1CE7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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