Html Css Color HEX #07FCDA Bright Turquoise

📋 copy color: '#07FCDA'

red 7 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #07FCDA

Tints of Bright Turquoise #07FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 1.47%
G = 52.83%
B = 45.7%

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

#07FCDA (or 0x07FCDA) is known color: Bright Turquoise. HEX triplet: 07, FC and DA. RGB value is (7,252,218). Sum of RGB (Red+Green+Blue) = 7+252+218=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDA is #F80325. Grayscale: #AEAEAE. Windows color (decimal): -16253734 or 14351367. OLE color: 14351367.

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

Color convert

RGB 7 252 218 -
CMYK 0.97 0 0.13 0.01
HSL 171.67º 0.98% 0.51% -
HSV(B) 171.67º 0.97% 0.99% -
XYZ 47.55 74.73 78.25 -
YUV 174.87 152.33 8.26 -
System Red Green Blue C M Y K H S L
Decimal 7 252 218 0.97 0 0.13 0.01 171.67 0.98 0.51
Hex 7 FC DA 61 0 D 1 AC 62 33
Octal 7 374 332 141 0 15 1 254 142 63
Binary 111 11111100 11011010 1100001 0 1101 1 10101100 1100010 110011

Color Harmonies of #07FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCDA

Black with #07FCDA

Text Example


Text Example

White with #07FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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