Html Css Color HEX #06F1C5 Bright Turquoise

📋 copy color: '#06F1C5'

red 6 ◦ green 241 ◦ blue 197

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

Shades of Bright Turquoise #06F1C5

Tints of Bright Turquoise #06F1C5

RGB

 RED value IS 6 (2.73% from 255) = 1.35%

 GREEN value IS 241 (94.53% from 255) = 54.28%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 1.35%
G = 54.28%
B = 44.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#06F1C5 (or 0x06F1C5) is known color: Bright Turquoise. HEX triplet: 06, F1 and C5. RGB value is (6,241,197). Sum of RGB (Red+Green+Blue) = 6+241+197=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #06F1C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F1C5 is #F90E3A. Grayscale: #A5A5A5. Windows color (decimal): -16322107 or 12972294. OLE color: 12972294.

HSL color Cylindrical-coordinate representation of color #06F1C5: hue angle of 168.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F1C5 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 241 197 -
CMYK 0.98 0 0.18 0.05
HSL 168.77º 0.95% 0.48% -
HSV(B) 168.77º 0.98% 0.95% -
XYZ 41.61 66.98 63.56 -
YUV 165.72 145.64 14.08 -
System Red Green Blue C M Y K H S L
Decimal 6 241 197 0.98 0 0.18 0.05 168.77 0.95 0.48
Hex 6 F1 C5 62 0 12 5 A9 5F 30
Octal 6 361 305 142 0 22 5 251 137 60
Binary 110 11110001 11000101 1100010 0 10010 101 10101001 1011111 110000

Color Harmonies of #06F1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F1C5

Black with #06F1C5

Text Example


Text Example

White with #06F1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06F1C5; }

 p { color: rgb(6,241,197); }

 H1.HeaderClassName
 {
   color: #06F1C5;
 }
 .AnyTagClassName
 {
   color: #06F1C5;
 }
</style>

background-color css

<style>
 a { background-color: #06F1C5; }

 a { background-color: rgb(6,241,197); }

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

border-color css

<style>
 span { border-color: #06F1C5; }

 span { border-color: rgb(6,241,197); }

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