Html Css Color HEX #30FACB Turquoise

📋 copy color: '#30FACB'

red 48 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #30FACB

Tints of Turquoise #30FACB

RGB

 RED value IS 48 (19.14% from 255) = 9.58%

 GREEN value IS 250 (98.05% from 255) = 49.9%

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

R = 9.58%
G = 49.9%
B = 40.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#30FACB (or 0x30FACB) is known color: Turquoise. HEX triplet: 30, FA and CB. RGB value is (48,250,203). Sum of RGB (Red+Green+Blue) = 48+250+203=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #30FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FACB is #CF0534. Grayscale: #B8B8B8. Windows color (decimal): -13567285 or 13367856. OLE color: 13367856.

HSL color Cylindrical-coordinate representation of color #30FACB: hue angle of 166.04º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FACB is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 203 -
CMYK 0.81 0 0.19 0.02
HSL 166.04º 0.95% 0.58% -
HSV(B) 166.04º 0.81% 0.98% -
XYZ 46.18 73.31 68.22 -
YUV 184.24 138.58 30.82 -
System Red Green Blue C M Y K H S L
Decimal 48 250 203 0.81 0 0.19 0.02 166.04 0.95 0.58
Hex 30 FA CB 51 0 13 2 A6 5F 3A
Octal 60 372 313 121 0 23 2 246 137 72
Binary 110000 11111010 11001011 1010001 0 10011 10 10100110 1011111 111010

Color Harmonies of #30FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FACB

Black with #30FACB

Text Example


Text Example

White with #30FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FACB; }

 p { color: rgb(48,250,203); }

 H1.HeaderClassName
 {
   color: #30FACB;
 }
 .AnyTagClassName
 {
   color: #30FACB;
 }
</style>

background-color css

<style>
 a { background-color: #30FACB; }

 a { background-color: rgb(48,250,203); }

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

border-color css

<style>
 span { border-color: #30FACB; }

 span { border-color: rgb(48,250,203); }

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