Html Css Color HEX #07F9DF Bright Turquoise

📋 copy color: '#07F9DF'

red 7 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #07F9DF

Tints of Bright Turquoise #07F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.98%

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 1.46%
G = 51.98%
B = 46.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#07F9DF (or 0x07F9DF) is known color: Bright Turquoise. HEX triplet: 07, F9 and DF. RGB value is (7,249,223). Sum of RGB (Red+Green+Blue) = 7+249+223=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #07F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F9DF is #F80620. Grayscale: #ADADAD. Windows color (decimal): -16254497 or 14678279. OLE color: 14678279.

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

Color convert

RGB 7 249 223 -
CMYK 0.97 0 0.10 0.02
HSL 173.55º 0.95% 0.5% -
HSV(B) 173.55º 0.97% 0.98% -
XYZ 47.28 73.12 81.43 -
YUV 173.68 155.83 9.11 -
System Red Green Blue C M Y K H S L
Decimal 7 249 223 0.97 0 0.10 0.02 173.55 0.95 0.5
Hex 7 F9 DF 61 0 A 2 AE 5F 32
Octal 7 371 337 141 0 12 2 256 137 62
Binary 111 11111001 11011111 1100001 0 1010 10 10101110 1011111 110010

Color Harmonies of #07F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F9DF

Black with #07F9DF

Text Example


Text Example

White with #07F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,249,223); }

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

background-color css

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

 a { background-color: rgb(7,249,223); }

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

border-color css

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

 span { border-color: rgb(7,249,223); }

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