Html Css Color HEX #07FCDB Bright Turquoise

📋 copy color: '#07FCDB'

red 7 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #07FCDB

Tints of Bright Turquoise #07FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.72%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 1.46%
G = 52.72%
B = 45.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#07FCDB (or 0x07FCDB) is known color: Bright Turquoise. HEX triplet: 07, FC and DB. RGB value is (7,252,219). Sum of RGB (Red+Green+Blue) = 7+252+219=478 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDB is #F80324. Grayscale: #AEAEAE. Windows color (decimal): -16253733 or 14416903. OLE color: 14416903.

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

Color convert

RGB 7 252 219 -
CMYK 0.97 0 0.13 0.01
HSL 171.92º 0.98% 0.51% -
HSV(B) 171.92º 0.97% 0.99% -
XYZ 47.68 74.78 78.94 -
YUV 174.98 152.83 8.18 -
System Red Green Blue C M Y K H S L
Decimal 7 252 219 0.97 0 0.13 0.01 171.92 0.98 0.51
Hex 7 FC DB 61 0 D 1 AC 62 33
Octal 7 374 333 141 0 15 1 254 142 63
Binary 111 11111100 11011011 1100001 0 1101 1 10101100 1100010 110011

Color Harmonies of #07FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCDB

Black with #07FCDB

Text Example


Text Example

White with #07FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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