Html Css Color HEX #07F8C6 Bright Turquoise

📋 copy color: '#07F8C6'

red 7 ◦ green 248 ◦ blue 198

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

Shades of Bright Turquoise #07F8C6

Tints of Bright Turquoise #07F8C6

RGB

 RED value IS 7 (3.13% from 255) = 1.55%

 GREEN value IS 248 (97.27% from 255) = 54.75%

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

R = 1.55%
G = 54.75%
B = 43.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#07F8C6 (or 0x07F8C6) is known color: Bright Turquoise. HEX triplet: 07, F8 and C6. RGB value is (7,248,198). Sum of RGB (Red+Green+Blue) = 7+248+198=453 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #07F8C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F8C6 is #F80739. Grayscale: #AAAAAA. Windows color (decimal): -16254778 or 13039623. OLE color: 13039623.

HSL color Cylindrical-coordinate representation of color #07F8C6: hue angle of 167.55º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F8C6 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 248 198 -
CMYK 0.97 0 0.20 0.03
HSL 167.55º 0.95% 0.5% -
HSV(B) 167.55º 0.97% 0.97% -
XYZ 43.85 71.26 64.87 -
YUV 170.24 143.66 11.57 -
System Red Green Blue C M Y K H S L
Decimal 7 248 198 0.97 0 0.20 0.03 167.55 0.95 0.5
Hex 7 F8 C6 61 0 14 3 A8 5F 32
Octal 7 370 306 141 0 24 3 250 137 62
Binary 111 11111000 11000110 1100001 0 10100 11 10101000 1011111 110010

Color Harmonies of #07F8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F8C6

Black with #07F8C6

Text Example


Text Example

White with #07F8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07F8C6; }

 p { color: rgb(7,248,198); }

 H1.HeaderClassName
 {
   color: #07F8C6;
 }
 .AnyTagClassName
 {
   color: #07F8C6;
 }
</style>

background-color css

<style>
 a { background-color: #07F8C6; }

 a { background-color: rgb(7,248,198); }

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

border-color css

<style>
 span { border-color: #07F8C6; }

 span { border-color: rgb(7,248,198); }

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