Html Css Color HEX #30FCBD Turquoise

📋 copy color: '#30FCBD'

red 48 ◦ green 252 ◦ blue 189

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

Shades of Turquoise #30FCBD

Tints of Turquoise #30FCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 9.82%
G = 51.53%
B = 38.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#30FCBD (or 0x30FCBD) is known color: Turquoise. HEX triplet: 30, FC and BD. RGB value is (48,252,189). Sum of RGB (Red+Green+Blue) = 48+252+189=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCBD is #CF0342. Grayscale: #B7B7B7. Windows color (decimal): -13566787 or 12450864. OLE color: 12450864.

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

Color convert

RGB 48 252 189 -
CMYK 0.81 0 0.25 0.01
HSL 161.47º 0.97% 0.59% -
HSV(B) 161.47º 0.81% 0.99% -
XYZ 45.21 73.92 60.03 -
YUV 183.82 130.91 31.12 -
System Red Green Blue C M Y K H S L
Decimal 48 252 189 0.81 0 0.25 0.01 161.47 0.97 0.59
Hex 30 FC BD 51 0 19 1 A1 61 3B
Octal 60 374 275 121 0 31 1 241 141 73
Binary 110000 11111100 10111101 1010001 0 11001 1 10100001 1100001 111011

Color Harmonies of #30FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCBD

Black with #30FCBD

Text Example


Text Example

White with #30FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,189); }

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

background-color css

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

 a { background-color: rgb(48,252,189); }

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

border-color css

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

 span { border-color: rgb(48,252,189); }

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