Html Css Color HEX #07ECEA Bright Turquoise

📋 copy color: '#07ECEA'

red 7 ◦ green 236 ◦ blue 234

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

Shades of Bright Turquoise #07ECEA

Tints of Bright Turquoise #07ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.48%

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

R = 1.47%
G = 49.48%
B = 49.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#07ECEA (or 0x07ECEA) is known color: Bright Turquoise. HEX triplet: 07, EC and EA. RGB value is (7,236,234). Sum of RGB (Red+Green+Blue) = 7+236+234=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07ECEA is #F81315. Grayscale: #A7A7A7. Windows color (decimal): -16257814 or 15395847. OLE color: 15395847.

HSL color Cylindrical-coordinate representation of color #07ECEA: hue angle of 179.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ECEA is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 236 234 -
CMYK 0.97 0 0.01 0.07
HSL 179.48º 0.94% 0.48% -
HSV(B) 179.48º 0.97% 0.93% -
XYZ 44.93 65.98 88.21 -
YUV 167.3 165.63 13.66 -
System Red Green Blue C M Y K H S L
Decimal 7 236 234 0.97 0 0.01 0.07 179.48 0.94 0.48
Hex 7 EC EA 61 0 1 7 B3 5E 30
Octal 7 354 352 141 0 1 7 263 136 60
Binary 111 11101100 11101010 1100001 0 1 111 10110011 1011110 110000

Color Harmonies of #07ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ECEA

Black with #07ECEA

Text Example


Text Example

White with #07ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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