Html Css Color HEX #07DDF0 Bright Turquoise

📋 copy color: '#07DDF0'

red 7 ◦ green 221 ◦ blue 240

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

Shades of Bright Turquoise #07DDF0

Tints of Bright Turquoise #07DDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 1.5%
G = 47.22%
B = 51.28%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#07DDF0 (or 0x07DDF0) is known color: Bright Turquoise. HEX triplet: 07, DD and F0. RGB value is (7,221,240). Sum of RGB (Red+Green+Blue) = 7+221+240=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #07DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DDF0 is #F8220F. Grayscale: #9E9E9E. Windows color (decimal): -16261648 or 15785223. OLE color: 15785223.

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

Color convert

RGB 7 221 240 -
CMYK 0.97 0.08 0 0.06
HSL 184.89º 0.94% 0.48% -
HSV(B) 184.89º 0.97% 0.94% -
XYZ 41.67 58.05 91.45 -
YUV 159.18 173.6 19.46 -
System Red Green Blue C M Y K H S L
Decimal 7 221 240 0.97 0.08 0 0.06 184.89 0.94 0.48
Hex 7 DD F0 61 8 0 6 B9 5E 30
Octal 7 335 360 141 10 0 6 271 136 60
Binary 111 11011101 11110000 1100001 1000 0 110 10111001 1011110 110000

Color Harmonies of #07DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DDF0

Black with #07DDF0

Text Example


Text Example

White with #07DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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