Html Css Color HEX #07DFD1 Bright Turquoise

📋 copy color: '#07DFD1'

red 7 ◦ green 223 ◦ blue 209

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

Shades of Bright Turquoise #07DFD1

Tints of Bright Turquoise #07DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.8%

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 1.59%
G = 50.8%
B = 47.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#07DFD1 (or 0x07DFD1) is known color: Bright Turquoise. HEX triplet: 07, DF and D1. RGB value is (7,223,209). Sum of RGB (Red+Green+Blue) = 7+223+209=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFD1 is #F8202E. Grayscale: #9C9C9C. Windows color (decimal): -16261167 or 13754119. OLE color: 13754119.

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

Color convert

RGB 7 223 209 -
CMYK 0.97 0 0.06 0.13
HSL 176.11º 0.94% 0.45% -
HSV(B) 176.11º 0.97% 0.87% -
XYZ 37.98 57.42 69.4 -
YUV 156.82 157.44 21.14 -
System Red Green Blue C M Y K H S L
Decimal 7 223 209 0.97 0 0.06 0.13 176.11 0.94 0.45
Hex 7 DF D1 61 0 6 D B0 5E 2D
Octal 7 337 321 141 0 6 15 260 136 55
Binary 111 11011111 11010001 1100001 0 110 1101 10110000 1011110 101101

Color Harmonies of #07DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DFD1

Black with #07DFD1

Text Example


Text Example

White with #07DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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