Html Css Color HEX #0FF6C6 Bright Turquoise

📋 copy color: '#0FF6C6'

red 15 ◦ green 246 ◦ blue 198

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

Shades of Bright Turquoise #0FF6C6

Tints of Bright Turquoise #0FF6C6

RGB

 RED value IS 15 (6.25% from 255) = 3.27%

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 3.27%
G = 53.59%
B = 43.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#0FF6C6 (or 0x0FF6C6) is known color: Bright Turquoise. HEX triplet: 0F, F6 and C6. RGB value is (15,246,198). Sum of RGB (Red+Green+Blue) = 15+246+198=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6C6 is #F00939. Grayscale: #ABABAB. Windows color (decimal): -15731002 or 13039119. OLE color: 13039119.

HSL color Cylindrical-coordinate representation of color #0FF6C6: hue angle of 167.53º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6C6 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 246 198 -
CMYK 0.94 0 0.20 0.04
HSL 167.53º 0.93% 0.51% -
HSV(B) 167.53º 0.94% 0.96% -
XYZ 43.35 70.09 64.67 -
YUV 171.46 142.97 16.4 -
System Red Green Blue C M Y K H S L
Decimal 15 246 198 0.94 0 0.20 0.04 167.53 0.93 0.51
Hex F F6 C6 5E 0 14 4 A8 5D 33
Octal 17 366 306 136 0 24 4 250 135 63
Binary 1111 11110110 11000110 1011110 0 10100 100 10101000 1011101 110011

Color Harmonies of #0FF6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF6C6

Black with #0FF6C6

Text Example


Text Example

White with #0FF6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF6C6; }

 p { color: rgb(15,246,198); }

 H1.HeaderClassName
 {
   color: #0FF6C6;
 }
 .AnyTagClassName
 {
   color: #0FF6C6;
 }
</style>

background-color css

<style>
 a { background-color: #0FF6C6; }

 a { background-color: rgb(15,246,198); }

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

border-color css

<style>
 span { border-color: #0FF6C6; }

 span { border-color: rgb(15,246,198); }

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