Html Css Color HEX #1CE6CE Bright Turquoise

📋 copy color: '#1CE6CE'

red 28 ◦ green 230 ◦ blue 206

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

Shades of Bright Turquoise #1CE6CE

Tints of Bright Turquoise #1CE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.57%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 6.03%
G = 49.57%
B = 44.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#1CE6CE (or 0x1CE6CE) is known color: Bright Turquoise. HEX triplet: 1C, E6 and CE. RGB value is (28,230,206). Sum of RGB (Red+Green+Blue) = 28+230+206=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6CE is #E31931. Grayscale: #A6A6A6. Windows color (decimal): -14883122 or 13559324. OLE color: 13559324.

HSL color Cylindrical-coordinate representation of color #1CE6CE: hue angle of 172.87º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6CE is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 230 206 -
CMYK 0.88 0 0.10 0.10
HSL 172.87º 0.8% 0.51% -
HSV(B) 172.87º 0.88% 0.9% -
XYZ 39.92 61.3 68.12 -
YUV 166.87 150.08 28.95 -
System Red Green Blue C M Y K H S L
Decimal 28 230 206 0.88 0 0.10 0.10 172.87 0.8 0.51
Hex 1C E6 CE 58 0 A A AD 50 33
Octal 34 346 316 130 0 12 12 255 120 63
Binary 11100 11100110 11001110 1011000 0 1010 1010 10101101 1010000 110011

Color Harmonies of #1CE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE6CE

Black with #1CE6CE

Text Example


Text Example

White with #1CE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,230,206); }

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

background-color css

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

 a { background-color: rgb(28,230,206); }

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

border-color css

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

 span { border-color: rgb(28,230,206); }

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