Html Css Color HEX #07DCEA Bright Turquoise

📋 copy color: '#07DCEA'

red 7 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #07DCEA

Tints of Bright Turquoise #07DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

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

R = 1.52%
G = 47.72%
B = 50.76%

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

#07DCEA (or 0x07DCEA) is known color: Bright Turquoise. HEX triplet: 07, DC and EA. RGB value is (7,220,234). Sum of RGB (Red+Green+Blue) = 7+220+234=461 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #07DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCEA is #F82315. Grayscale: #9D9D9D. Windows color (decimal): -16261910 or 15391751. OLE color: 15391751.

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

Color convert

RGB 7 220 234 -
CMYK 0.97 0.06 0 0.08
HSL 183.7º 0.94% 0.47% -
HSV(B) 183.7º 0.97% 0.92% -
XYZ 40.53 57.17 86.74 -
YUV 157.91 170.93 20.36 -
System Red Green Blue C M Y K H S L
Decimal 7 220 234 0.97 0.06 0 0.08 183.7 0.94 0.47
Hex 7 DC EA 61 6 0 8 B8 5E 2F
Octal 7 334 352 141 6 0 10 270 136 57
Binary 111 11011100 11101010 1100001 110 0 1000 10111000 1011110 101111

Color Harmonies of #07DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCEA

Black with #07DCEA

Text Example


Text Example

White with #07DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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