Html Css Color HEX #1CE7EA Bright Turquoise

📋 copy color: '#1CE7EA'

red 28 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #1CE7EA

Tints of Bright Turquoise #1CE7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 5.68%
G = 46.86%
B = 47.46%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CE7EA (or 0x1CE7EA) is known color: Bright Turquoise. HEX triplet: 1C, E7 and EA. RGB value is (28,231,234). Sum of RGB (Red+Green+Blue) = 28+231+234=493 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.68% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CE7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE7EA is #E31815. Grayscale: #AAAAAA. Windows color (decimal): -14882838 or 15394588. OLE color: 15394588.

HSL color Cylindrical-coordinate representation of color #1CE7EA: hue angle of 180.87º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE7EA is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 231 234 -
CMYK 0.88 0.01 0 0.08
HSL 180.87º 0.83% 0.51% -
HSV(B) 180.87º 0.88% 0.92% -
XYZ 43.91 63.34 87.75 -
YUV 170.65 163.75 26.26 -
System Red Green Blue C M Y K H S L
Decimal 28 231 234 0.88 0.01 0 0.08 180.87 0.83 0.51
Hex 1C E7 EA 58 1 0 8 B5 53 33
Octal 34 347 352 130 1 0 10 265 123 63
Binary 11100 11100111 11101010 1011000 1 0 1000 10110101 1010011 110011

Color Harmonies of #1CE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE7EA

Black with #1CE7EA

Text Example


Text Example

White with #1CE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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