Html Css Color HEX #07F2DF Bright Turquoise

📋 copy color: '#07F2DF'

red 7 ◦ green 242 ◦ blue 223

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

Shades of Bright Turquoise #07F2DF

Tints of Bright Turquoise #07F2DF

RGB

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

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

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

R = 1.48%
G = 51.27%
B = 47.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#07F2DF (or 0x07F2DF) is known color: Bright Turquoise. HEX triplet: 07, F2 and DF. RGB value is (7,242,223). Sum of RGB (Red+Green+Blue) = 7+242+223=472 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #07F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F2DF is #F80D20. Grayscale: #A9A9A9. Windows color (decimal): -16256289 or 14676487. OLE color: 14676487.

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

Color convert

RGB 7 242 223 -
CMYK 0.97 0 0.08 0.05
HSL 175.15º 0.94% 0.49% -
HSV(B) 175.15º 0.97% 0.95% -
XYZ 45.16 68.88 80.73 -
YUV 169.57 158.14 12.04 -
System Red Green Blue C M Y K H S L
Decimal 7 242 223 0.97 0 0.08 0.05 175.15 0.94 0.49
Hex 7 F2 DF 61 0 8 5 AF 5E 31
Octal 7 362 337 141 0 10 5 257 136 61
Binary 111 11110010 11011111 1100001 0 1000 101 10101111 1011110 110001

Color Harmonies of #07F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F2DF

Black with #07F2DF

Text Example


Text Example

White with #07F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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