Html Css Color HEX #07DBEA Bright Turquoise

📋 copy color: '#07DBEA'

red 7 ◦ green 219 ◦ blue 234

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

Shades of Bright Turquoise #07DBEA

Tints of Bright Turquoise #07DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 1.52%
G = 47.61%
B = 50.87%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07DBEA (or 0x07DBEA) is known color: Bright Turquoise. HEX triplet: 07, DB and EA. RGB value is (7,219,234). Sum of RGB (Red+Green+Blue) = 7+219+234=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #07DBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBEA is #F82415. Grayscale: #9D9D9D. Windows color (decimal): -16262166 or 15391495. OLE color: 15391495.

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

Color convert

RGB 7 219 234 -
CMYK 0.97 0.06 0 0.08
HSL 183.96º 0.94% 0.47% -
HSV(B) 183.96º 0.97% 0.92% -
XYZ 40.27 56.65 86.65 -
YUV 157.32 171.26 20.78 -
System Red Green Blue C M Y K H S L
Decimal 7 219 234 0.97 0.06 0 0.08 183.96 0.94 0.47
Hex 7 DB EA 61 6 0 8 B8 5E 2F
Octal 7 333 352 141 6 0 10 270 136 57
Binary 111 11011011 11101010 1100001 110 0 1000 10111000 1011110 101111

Color Harmonies of #07DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBEA

Black with #07DBEA

Text Example


Text Example

White with #07DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,219,234); }

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

background-color css

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

 a { background-color: rgb(7,219,234); }

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

border-color css

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

 span { border-color: rgb(7,219,234); }

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