Html Css Color HEX #07F0DF Bright Turquoise

📋 copy color: '#07F0DF'

red 7 ◦ green 240 ◦ blue 223

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

Shades of Bright Turquoise #07F0DF

Tints of Bright Turquoise #07F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.06%

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

R = 1.49%
G = 51.06%
B = 47.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#07F0DF (or 0x07F0DF) is known color: Bright Turquoise. HEX triplet: 07, F0 and DF. RGB value is (7,240,223). Sum of RGB (Red+Green+Blue) = 7+240+223=470 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F0DF is #F80F20. Grayscale: #A8A8A8. Windows color (decimal): -16256801 or 14675975. OLE color: 14675975.

HSL color Cylindrical-coordinate representation of color #07F0DF: hue angle of 175.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0DF is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 240 223 -
CMYK 0.97 0 0.07 0.06
HSL 175.62º 0.94% 0.48% -
HSV(B) 175.62º 0.97% 0.94% -
XYZ 44.57 67.69 80.53 -
YUV 168.4 158.81 12.88 -
System Red Green Blue C M Y K H S L
Decimal 7 240 223 0.97 0 0.07 0.06 175.62 0.94 0.48
Hex 7 F0 DF 61 0 7 6 B0 5E 30
Octal 7 360 337 141 0 7 6 260 136 60
Binary 111 11110000 11011111 1100001 0 111 110 10110000 1011110 110000

Color Harmonies of #07F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F0DF

Black with #07F0DF

Text Example


Text Example

White with #07F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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