Html Css Color HEX #1CF6BE Bright Turquoise

📋 copy color: '#1CF6BE'

red 28 ◦ green 246 ◦ blue 190

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

Shades of Bright Turquoise #1CF6BE

Tints of Bright Turquoise #1CF6BE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.02%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 6.03%
G = 53.02%
B = 40.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#1CF6BE (or 0x1CF6BE) is known color: Bright Turquoise. HEX triplet: 1C, F6 and BE. RGB value is (28,246,190). Sum of RGB (Red+Green+Blue) = 28+246+190=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF6BE is #E30941. Grayscale: #AEAEAE. Windows color (decimal): -14879042 or 12514844. OLE color: 12514844.

HSL color Cylindrical-coordinate representation of color #1CF6BE: hue angle of 164.59º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF6BE is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 28 246 190 -
CMYK 0.89 0 0.23 0.04
HSL 164.59º 0.92% 0.54% -
HSV(B) 164.59º 0.89% 0.96% -
XYZ 42.73 69.88 59.95 -
YUV 174.43 136.78 23.55 -
System Red Green Blue C M Y K H S L
Decimal 28 246 190 0.89 0 0.23 0.04 164.59 0.92 0.54
Hex 1C F6 BE 59 0 17 4 A5 5C 36
Octal 34 366 276 131 0 27 4 245 134 66
Binary 11100 11110110 10111110 1011001 0 10111 100 10100101 1011100 110110

Color Harmonies of #1CF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF6BE

Black with #1CF6BE

Text Example


Text Example

White with #1CF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,246,190); }

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

background-color css

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

 a { background-color: rgb(28,246,190); }

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

border-color css

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

 span { border-color: rgb(28,246,190); }

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