Html Css Color HEX #07F2D7 Bright Turquoise

📋 copy color: '#07F2D7'

red 7 ◦ green 242 ◦ blue 215

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

Shades of Bright Turquoise #07F2D7

Tints of Bright Turquoise #07F2D7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

 BLUE value IS 215 (84.38% from 255) = 46.34%

R = 1.51%
G = 52.16%
B = 46.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#07F2D7 (or 0x07F2D7) is known color: Bright Turquoise. HEX triplet: 07, F2 and D7. RGB value is (7,242,215). Sum of RGB (Red+Green+Blue) = 7+242+215=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #07F2D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F2D7 is #F80D28. Grayscale: #A8A8A8. Windows color (decimal): -16256297 or 14152199. OLE color: 14152199.

HSL color Cylindrical-coordinate representation of color #07F2D7: hue angle of 173.11º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F2D7 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 242 215 -
CMYK 0.97 0 0.11 0.05
HSL 173.11º 0.94% 0.49% -
HSV(B) 173.11º 0.97% 0.95% -
XYZ 44.11 68.46 75.18 -
YUV 168.66 154.14 12.7 -
System Red Green Blue C M Y K H S L
Decimal 7 242 215 0.97 0 0.11 0.05 173.11 0.94 0.49
Hex 7 F2 D7 61 0 B 5 AD 5E 31
Octal 7 362 327 141 0 13 5 255 136 61
Binary 111 11110010 11010111 1100001 0 1011 101 10101101 1011110 110001

Color Harmonies of #07F2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F2D7

Black with #07F2D7

Text Example


Text Example

White with #07F2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,242,215); }

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

background-color css

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

 a { background-color: rgb(7,242,215); }

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

border-color css

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

 span { border-color: rgb(7,242,215); }

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