Html Css Color HEX #07F7D2 Bright Turquoise

📋 copy color: '#07F7D2'

red 7 ◦ green 247 ◦ blue 210

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

Shades of Bright Turquoise #07F7D2

Tints of Bright Turquoise #07F7D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 1.51%
G = 53.23%
B = 45.26%

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

#07F7D2 (or 0x07F7D2) is known color: Bright Turquoise. HEX triplet: 07, F7 and D2. RGB value is (7,247,210). Sum of RGB (Red+Green+Blue) = 7+247+210=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #07F7D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F7D2 is #F8082D. Grayscale: #AAAAAA. Windows color (decimal): -16255022 or 13825799. OLE color: 13825799.

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

Color convert

RGB 7 247 210 -
CMYK 0.97 0 0.15 0.03
HSL 170.75º 0.94% 0.5% -
HSV(B) 170.75º 0.97% 0.97% -
XYZ 44.98 71.22 72.35 -
YUV 171.02 149.99 11.01 -
System Red Green Blue C M Y K H S L
Decimal 7 247 210 0.97 0 0.15 0.03 170.75 0.94 0.5
Hex 7 F7 D2 61 0 F 3 AB 5E 32
Octal 7 367 322 141 0 17 3 253 136 62
Binary 111 11110111 11010010 1100001 0 1111 11 10101011 1011110 110010

Color Harmonies of #07F7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F7D2

Black with #07F7D2

Text Example


Text Example

White with #07F7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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