Html Css Color HEX #30BEC4 Medium Turquoise

📋 copy color: '#30BEC4'

red 48 ◦ green 190 ◦ blue 196

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

Shades of Medium Turquoise #30BEC4

Tints of Medium Turquoise #30BEC4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 11.06%
G = 43.78%
B = 45.16%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#30BEC4 (or 0x30BEC4) is known color: Medium Turquoise. HEX triplet: 30, BE and C4. RGB value is (48,190,196). Sum of RGB (Red+Green+Blue) = 48+190+196=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #30BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEC4 is #CF413B. Grayscale: #949494. Windows color (decimal): -13582652 or 12893744. OLE color: 12893744.

HSL color Cylindrical-coordinate representation of color #30BEC4: hue angle of 182.43º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BEC4 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 190 196 -
CMYK 0.76 0.03 0 0.23
HSL 182.43º 0.61% 0.48% -
HSV(B) 182.43º 0.76% 0.77% -
XYZ 29.6 41.44 58.66 -
YUV 148.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 48 190 196 0.76 0.03 0 0.23 182.43 0.61 0.48
Hex 30 BE C4 4C 3 0 17 B6 3D 30
Octal 60 276 304 114 3 0 27 266 75 60
Binary 110000 10111110 11000100 1001100 11 0 10111 10110110 111101 110000

Color Harmonies of #30BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEC4

Black with #30BEC4

Text Example


Text Example

White with #30BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,196); }

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

background-color css

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

 a { background-color: rgb(48,190,196); }

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

border-color css

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

 span { border-color: rgb(48,190,196); }

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