Html Css Color HEX #30FBBC Turquoise

📋 copy color: '#30FBBC'

red 48 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #30FBBC

Tints of Turquoise #30FBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.54%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 9.86%
G = 51.54%
B = 38.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#30FBBC (or 0x30FBBC) is known color: Turquoise. HEX triplet: 30, FB and BC. RGB value is (48,251,188). Sum of RGB (Red+Green+Blue) = 48+251+188=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBBC is #CF0443. Grayscale: #B7B7B7. Windows color (decimal): -13567044 or 12385072. OLE color: 12385072.

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

Color convert

RGB 48 251 188 -
CMYK 0.81 0 0.25 0.02
HSL 161.38º 0.96% 0.59% -
HSV(B) 161.38º 0.81% 0.98% -
XYZ 44.79 73.25 59.36 -
YUV 183.12 130.75 31.62 -
System Red Green Blue C M Y K H S L
Decimal 48 251 188 0.81 0 0.25 0.02 161.38 0.96 0.59
Hex 30 FB BC 51 0 19 2 A1 60 3B
Octal 60 373 274 121 0 31 2 241 140 73
Binary 110000 11111011 10111100 1010001 0 11001 10 10100001 1100000 111011

Color Harmonies of #30FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBBC

Black with #30FBBC

Text Example


Text Example

White with #30FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,188); }

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

background-color css

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

 a { background-color: rgb(48,251,188); }

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

border-color css

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

 span { border-color: rgb(48,251,188); }

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