Html Css Color HEX #1CE6B7 Turquoise

📋 copy color: '#1CE6B7'

red 28 ◦ green 230 ◦ blue 183

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

Shades of Turquoise #1CE6B7

Tints of Turquoise #1CE6B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 6.35%
G = 52.15%
B = 41.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#1CE6B7 (or 0x1CE6B7) is known color: Turquoise. HEX triplet: 1C, E6 and B7. RGB value is (28,230,183). Sum of RGB (Red+Green+Blue) = 28+230+183=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6B7 is #E31948. Grayscale: #A4A4A4. Windows color (decimal): -14883145 or 12051996. OLE color: 12051996.

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

Color convert

RGB 28 230 183 -
CMYK 0.88 0 0.20 0.10
HSL 166.04º 0.8% 0.51% -
HSV(B) 166.04º 0.88% 0.9% -
XYZ 37.32 60.26 54.46 -
YUV 164.24 138.58 30.82 -
System Red Green Blue C M Y K H S L
Decimal 28 230 183 0.88 0 0.20 0.10 166.04 0.8 0.51
Hex 1C E6 B7 58 0 14 A A6 50 33
Octal 34 346 267 130 0 24 12 246 120 63
Binary 11100 11100110 10110111 1011000 0 10100 1010 10100110 1010000 110011

Color Harmonies of #1CE6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE6B7

Black with #1CE6B7

Text Example


Text Example

White with #1CE6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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