Html Css Color HEX #30CFBC Medium Turquoise

📋 copy color: '#30CFBC'

red 48 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #30CFBC

Tints of Medium Turquoise #30CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

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

R = 10.84%
G = 46.73%
B = 42.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#30CFBC (or 0x30CFBC) is known color: Medium Turquoise. HEX triplet: 30, CF and BC. RGB value is (48,207,188). Sum of RGB (Red+Green+Blue) = 48+207+188=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFBC is #CF3043. Grayscale: #9D9D9D. Windows color (decimal): -13578308 or 12373808. OLE color: 12373808.

HSL color Cylindrical-coordinate representation of color #30CFBC: hue angle of 172.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CFBC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 188 -
CMYK 0.77 0 0.09 0.19
HSL 172.83º 0.62% 0.5% -
HSV(B) 172.83º 0.77% 0.81% -
XYZ 32.61 48.88 55.29 -
YUV 157.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 48 207 188 0.77 0 0.09 0.19 172.83 0.62 0.5
Hex 30 CF BC 4D 0 9 13 AD 3E 32
Octal 60 317 274 115 0 11 23 255 76 62
Binary 110000 11001111 10111100 1001101 0 1001 10011 10101101 111110 110010

Color Harmonies of #30CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CFBC

Black with #30CFBC

Text Example


Text Example

White with #30CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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