Html Css Color HEX #07EFF2 Bright Turquoise

📋 copy color: '#07EFF2'

red 7 ◦ green 239 ◦ blue 242

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

Shades of Bright Turquoise #07EFF2

Tints of Bright Turquoise #07EFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.98%

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 1.43%
G = 48.98%
B = 49.59%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#07EFF2 (or 0x07EFF2) is known color: Bright Turquoise. HEX triplet: 07, EF and F2. RGB value is (7,239,242). Sum of RGB (Red+Green+Blue) = 7+239+242=488 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #07EFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFF2 is #F8100D. Grayscale: #A9A9A9. Windows color (decimal): -16257038 or 15920903. OLE color: 15920903.

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

Color convert

RGB 7 239 242 -
CMYK 0.97 0.01 0 0.05
HSL 180.77º 0.94% 0.49% -
HSV(B) 180.77º 0.97% 0.95% -
XYZ 46.98 68.19 94.69 -
YUV 169.97 168.64 11.76 -
System Red Green Blue C M Y K H S L
Decimal 7 239 242 0.97 0.01 0 0.05 180.77 0.94 0.49
Hex 7 EF F2 61 1 0 5 B5 5E 31
Octal 7 357 362 141 1 0 5 265 136 61
Binary 111 11101111 11110010 1100001 1 0 101 10110101 1011110 110001

Color Harmonies of #07EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFF2

Black with #07EFF2

Text Example


Text Example

White with #07EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,239,242); }

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

background-color css

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

 a { background-color: rgb(7,239,242); }

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

border-color css

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

 span { border-color: rgb(7,239,242); }

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