Html Css Color HEX #1CE0EB Bright Turquoise

📋 copy color: '#1CE0EB'

red 28 ◦ green 224 ◦ blue 235

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

Shades of Bright Turquoise #1CE0EB

Tints of Bright Turquoise #1CE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 5.75%
G = 46%
B = 48.25%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CE0EB (or 0x1CE0EB) is known color: Bright Turquoise. HEX triplet: 1C, E0 and EB. RGB value is (28,224,235). Sum of RGB (Red+Green+Blue) = 28+224+235=487 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.75% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE0EB is #E31F14. Grayscale: #A6A6A6. Windows color (decimal): -14884629 or 15458332. OLE color: 15458332.

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

Color convert

RGB 28 224 235 -
CMYK 0.88 0.05 0 0.08
HSL 183.19º 0.84% 0.52% -
HSV(B) 183.19º 0.88% 0.92% -
XYZ 42.13 59.56 87.87 -
YUV 166.65 166.57 29.11 -
System Red Green Blue C M Y K H S L
Decimal 28 224 235 0.88 0.05 0 0.08 183.19 0.84 0.52
Hex 1C E0 EB 58 5 0 8 B7 54 34
Octal 34 340 353 130 5 0 10 267 124 64
Binary 11100 11100000 11101011 1011000 101 0 1000 10110111 1010100 110100

Color Harmonies of #1CE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE0EB

Black with #1CE0EB

Text Example


Text Example

White with #1CE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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