Html Css Color HEX #07F1D0 Bright Turquoise

📋 copy color: '#07F1D0'

red 7 ◦ green 241 ◦ blue 208

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

Shades of Bright Turquoise #07F1D0

Tints of Bright Turquoise #07F1D0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.85%

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 1.54%
G = 52.85%
B = 45.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#07F1D0 (or 0x07F1D0) is known color: Bright Turquoise. HEX triplet: 07, F1 and D0. RGB value is (7,241,208). Sum of RGB (Red+Green+Blue) = 7+241+208=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #07F1D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F1D0 is #F80E2F. Grayscale: #A7A7A7. Windows color (decimal): -16256560 or 13693191. OLE color: 13693191.

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

Color convert

RGB 7 241 208 -
CMYK 0.97 0 0.14 0.05
HSL 171.54º 0.94% 0.49% -
HSV(B) 171.54º 0.97% 0.95% -
XYZ 42.93 67.51 70.44 -
YUV 167.27 150.98 13.68 -
System Red Green Blue C M Y K H S L
Decimal 7 241 208 0.97 0 0.14 0.05 171.54 0.94 0.49
Hex 7 F1 D0 61 0 E 5 AC 5E 31
Octal 7 361 320 141 0 16 5 254 136 61
Binary 111 11110001 11010000 1100001 0 1110 101 10101100 1011110 110001

Color Harmonies of #07F1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F1D0

Black with #07F1D0

Text Example


Text Example

White with #07F1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,241,208); }

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

background-color css

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

 a { background-color: rgb(7,241,208); }

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

border-color css

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

 span { border-color: rgb(7,241,208); }

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