Html Css Color HEX #1CE3EB Bright Turquoise

📋 copy color: '#1CE3EB'

red 28 ◦ green 227 ◦ blue 235

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

Shades of Bright Turquoise #1CE3EB

Tints of Bright Turquoise #1CE3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.33%

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

R = 5.71%
G = 46.33%
B = 47.96%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CE3EB (or 0x1CE3EB) is known color: Bright Turquoise. HEX triplet: 1C, E3 and EB. RGB value is (28,227,235). Sum of RGB (Red+Green+Blue) = 28+227+235=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE3EB is #E31C14. Grayscale: #A8A8A8. Windows color (decimal): -14883861 or 15459100. OLE color: 15459100.

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

Color convert

RGB 28 227 235 -
CMYK 0.88 0.03 0 0.08
HSL 182.32º 0.84% 0.52% -
HSV(B) 182.32º 0.88% 0.92% -
XYZ 42.94 61.18 88.14 -
YUV 168.41 165.57 27.85 -
System Red Green Blue C M Y K H S L
Decimal 28 227 235 0.88 0.03 0 0.08 182.32 0.84 0.52
Hex 1C E3 EB 58 3 0 8 B6 54 34
Octal 34 343 353 130 3 0 10 266 124 64
Binary 11100 11100011 11101011 1011000 11 0 1000 10110110 1010100 110100

Color Harmonies of #1CE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE3EB

Black with #1CE3EB

Text Example


Text Example

White with #1CE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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