Html Css Color HEX #07DDD4 Bright Turquoise

📋 copy color: '#07DDD4'

red 7 ◦ green 221 ◦ blue 212

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

Shades of Bright Turquoise #07DDD4

Tints of Bright Turquoise #07DDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 1.59%
G = 50.23%
B = 48.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#07DDD4 (or 0x07DDD4) is known color: Bright Turquoise. HEX triplet: 07, DD and D4. RGB value is (7,221,212). Sum of RGB (Red+Green+Blue) = 7+221+212=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDD4 is #F8222B. Grayscale: #9B9B9B. Windows color (decimal): -16261676 or 13950215. OLE color: 13950215.

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

Color convert

RGB 7 221 212 -
CMYK 0.97 0 0.04 0.13
HSL 177.48º 0.94% 0.45% -
HSV(B) 177.48º 0.97% 0.87% -
XYZ 37.83 56.51 71.2 -
YUV 155.99 159.6 21.73 -
System Red Green Blue C M Y K H S L
Decimal 7 221 212 0.97 0 0.04 0.13 177.48 0.94 0.45
Hex 7 DD D4 61 0 4 D B1 5E 2D
Octal 7 335 324 141 0 4 15 261 136 55
Binary 111 11011101 11010100 1100001 0 100 1101 10110001 1011110 101101

Color Harmonies of #07DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DDD4

Black with #07DDD4

Text Example


Text Example

White with #07DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,212); }

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

background-color css

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

 a { background-color: rgb(7,221,212); }

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

border-color css

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

 span { border-color: rgb(7,221,212); }

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