Html Css Color HEX #07F8CB Bright Turquoise

📋 copy color: '#07F8CB'

red 7 ◦ green 248 ◦ blue 203

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

Shades of Bright Turquoise #07F8CB

Tints of Bright Turquoise #07F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.15%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 1.53%
G = 54.15%
B = 44.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#07F8CB (or 0x07F8CB) is known color: Bright Turquoise. HEX triplet: 07, F8 and CB. RGB value is (7,248,203). Sum of RGB (Red+Green+Blue) = 7+248+203=458 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #07F8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F8CB is #F80734. Grayscale: #AAAAAA. Windows color (decimal): -16254773 or 13367303. OLE color: 13367303.

HSL color Cylindrical-coordinate representation of color #07F8CB: hue angle of 168.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F8CB is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 248 203 -
CMYK 0.97 0 0.18 0.03
HSL 168.8º 0.95% 0.5% -
HSV(B) 168.8º 0.97% 0.97% -
XYZ 44.43 71.49 67.96 -
YUV 170.81 146.16 11.16 -
System Red Green Blue C M Y K H S L
Decimal 7 248 203 0.97 0 0.18 0.03 168.8 0.95 0.5
Hex 7 F8 CB 61 0 12 3 A9 5F 32
Octal 7 370 313 141 0 22 3 251 137 62
Binary 111 11111000 11001011 1100001 0 10010 11 10101001 1011111 110010

Color Harmonies of #07F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F8CB

Black with #07F8CB

Text Example


Text Example

White with #07F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,248,203); }

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

background-color css

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

 a { background-color: rgb(7,248,203); }

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

border-color css

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

 span { border-color: rgb(7,248,203); }

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