Html Css Color HEX #07F7D1 Bright Turquoise

📋 copy color: '#07F7D1'

red 7 ◦ green 247 ◦ blue 209

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

Shades of Bright Turquoise #07F7D1

Tints of Bright Turquoise #07F7D1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.35%

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 1.51%
G = 53.35%
B = 45.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#07F7D1 (or 0x07F7D1) is known color: Bright Turquoise. HEX triplet: 07, F7 and D1. RGB value is (7,247,209). Sum of RGB (Red+Green+Blue) = 7+247+209=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #07F7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F7D1 is #F8082E. Grayscale: #AAAAAA. Windows color (decimal): -16255023 or 13760263. OLE color: 13760263.

HSL color Cylindrical-coordinate representation of color #07F7D1: hue angle of 170.5º degrees, saturation: 0.94, 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 #07F7D1 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 247 209 -
CMYK 0.97 0 0.15 0.03
HSL 170.5º 0.94% 0.5% -
HSV(B) 170.5º 0.97% 0.97% -
XYZ 44.86 71.17 71.69 -
YUV 170.91 149.49 11.09 -
System Red Green Blue C M Y K H S L
Decimal 7 247 209 0.97 0 0.15 0.03 170.5 0.94 0.5
Hex 7 F7 D1 61 0 F 3 AA 5E 32
Octal 7 367 321 141 0 17 3 252 136 62
Binary 111 11110111 11010001 1100001 0 1111 11 10101010 1011110 110010

Color Harmonies of #07F7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F7D1

Black with #07F7D1

Text Example


Text Example

White with #07F7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,247,209); }

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

background-color css

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

 a { background-color: rgb(7,247,209); }

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

border-color css

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

 span { border-color: rgb(7,247,209); }

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