Html Css Color HEX #1CE0EE Bright Turquoise

📋 copy color: '#1CE0EE'

red 28 ◦ green 224 ◦ blue 238

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

Shades of Bright Turquoise #1CE0EE

Tints of Bright Turquoise #1CE0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 5.71%
G = 45.71%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CE0EE (or 0x1CE0EE) is known color: Bright Turquoise. HEX triplet: 1C, E0 and EE. RGB value is (28,224,238). Sum of RGB (Red+Green+Blue) = 28+224+238=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CE0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE0EE is #E31F11. Grayscale: #A6A6A6. Windows color (decimal): -14884626 or 15654940. OLE color: 15654940.

HSL color Cylindrical-coordinate representation of color #1CE0EE: hue angle of 184º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE0EE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 224 238 -
CMYK 0.88 0.06 0 0.07
HSL 184º 0.86% 0.52% -
HSV(B) 184º 0.88% 0.93% -
XYZ 42.57 59.73 90.17 -
YUV 166.99 168.07 28.86 -
System Red Green Blue C M Y K H S L
Decimal 28 224 238 0.88 0.06 0 0.07 184 0.86 0.52
Hex 1C E0 EE 58 6 0 7 B8 56 34
Octal 34 340 356 130 6 0 7 270 126 64
Binary 11100 11100000 11101110 1011000 110 0 111 10111000 1010110 110100

Color Harmonies of #1CE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE0EE

Black with #1CE0EE

Text Example


Text Example

White with #1CE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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