Html Css Color HEX #07FFDE Bright Turquoise

📋 copy color: '#07FFDE'

red 7 ◦ green 255 ◦ blue 222

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

Shades of Bright Turquoise #07FFDE

Tints of Bright Turquoise #07FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 52.69%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 1.45%
G = 52.69%
B = 45.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#07FFDE (or 0x07FFDE) is known color: Bright Turquoise. HEX triplet: 07, FF and DE. RGB value is (7,255,222). Sum of RGB (Red+Green+Blue) = 7+255+222=484 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFDE is #F80021. Grayscale: #B0B0B0. Windows color (decimal): -16252962 or 14614279. OLE color: 14614279.

HSL color Cylindrical-coordinate representation of color #07FFDE: hue angle of 172.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFDE is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 7 255 222 -
CMYK 0.97 0 0.13 0
HSL 172.02º 1% 0.51% -
HSV(B) 172.02º 0.97% 1% -
XYZ 49.03 76.84 81.35 -
YUV 177.09 153.34 6.68 -
System Red Green Blue C M Y K H S L
Decimal 7 255 222 0.97 0 0.13 0 172.02 1 0.51
Hex 7 FF DE 61 0 D 0 AC 64 33
Octal 7 377 336 141 0 15 0 254 144 63
Binary 111 11111111 11011110 1100001 0 1101 0 10101100 1100100 110011

Color Harmonies of #07FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FFDE

Black with #07FFDE

Text Example


Text Example

White with #07FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,255,222); }

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

background-color css

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

 a { background-color: rgb(7,255,222); }

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

border-color css

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

 span { border-color: rgb(7,255,222); }

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