Html Css Color HEX #30E8BC Turquoise

📋 copy color: '#30E8BC'

red 48 ◦ green 232 ◦ blue 188

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

Shades of Turquoise #30E8BC

Tints of Turquoise #30E8BC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.57%

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

R = 10.26%
G = 49.57%
B = 40.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#30E8BC (or 0x30E8BC) is known color: Turquoise. HEX triplet: 30, E8 and BC. RGB value is (48,232,188). Sum of RGB (Red+Green+Blue) = 48+232+188=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #30E8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E8BC is #CF1743. Grayscale: #ABABAB. Windows color (decimal): -13571908 or 12380208. OLE color: 12380208.

HSL color Cylindrical-coordinate representation of color #30E8BC: hue angle of 165.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E8BC is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 232 188 -
CMYK 0.79 0 0.19 0.09
HSL 165.65º 0.8% 0.55% -
HSV(B) 165.65º 0.79% 0.91% -
XYZ 39.15 61.97 57.48 -
YUV 171.97 137.04 39.58 -
System Red Green Blue C M Y K H S L
Decimal 48 232 188 0.79 0 0.19 0.09 165.65 0.8 0.55
Hex 30 E8 BC 4F 0 13 9 A6 50 37
Octal 60 350 274 117 0 23 11 246 120 67
Binary 110000 11101000 10111100 1001111 0 10011 1001 10100110 1010000 110111

Color Harmonies of #30E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E8BC

Black with #30E8BC

Text Example


Text Example

White with #30E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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