#07DEE1

Color #07DEE1 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #07DEE1

Tints of Bright Turquoise #07DEE1

Color information

#07DEE1 (or 0x07DEE1) is unknown color: approx Bright Turquoise. HEX triplet: 07, DE and E1. RGB value is (7,222,225). Sum of RGB (Red+Green+Blue) = 7+222+225=454 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #07DEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DEE1 is #F8211E. Grayscale: #9D9D9D. Windows color (decimal): -16261407 or 14802439. OLE color: 14802439.

HSL color Cylindrical-coordinate representation of color #07DEE1: hue angle of 180.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DEE1 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7222225-
CMYK0.970.0100.12
HSL180.83º93.97%45.49%-
HSV(B)180.83º96.89%88.24%-
XYZ39.857.7280.28-
YUV158.06165.7720.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.54%
GREEN value IS 222 (87.11% from 255) = 48.90%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=1.54%
G=48.90%
B=49.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72222250.970.0100.12180.8393.9745.49
Hex7DEE16110Cb55e2d
Octal7336341141101426513655
Binary11111011110111000011100001101100101101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,222,225); }

 H1.HeaderClassName
 {
   color: #07DEE1;
 }
 .AnyTagClassName
 {
   color: #07DEE1;
 }
</style>
background-color css

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

 a { background-color: rgb(7,222,225); }

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

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

 span { border-color: rgb(7,222,225); }

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