Html Css Color HEX #30CDBE Medium Turquoise

📋 copy color: '#30CDBE'

red 48 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #30CDBE

Tints of Medium Turquoise #30CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 10.84%
G = 46.28%
B = 42.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#30CDBE (or 0x30CDBE) is known color: Medium Turquoise. HEX triplet: 30, CD and BE. RGB value is (48,205,190). Sum of RGB (Red+Green+Blue) = 48+205+190=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDBE is #CF3241. Grayscale: #9C9C9C. Windows color (decimal): -13578818 or 12504368. OLE color: 12504368.

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

Color convert

RGB 48 205 190 -
CMYK 0.77 0 0.07 0.20
HSL 174.27º 0.62% 0.5% -
HSV(B) 174.27º 0.77% 0.8% -
XYZ 32.34 48.01 56.28 -
YUV 156.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 48 205 190 0.77 0 0.07 0.20 174.27 0.62 0.5
Hex 30 CD BE 4D 0 7 14 AE 3E 32
Octal 60 315 276 115 0 7 24 256 76 62
Binary 110000 11001101 10111110 1001101 0 111 10100 10101110 111110 110010

Color Harmonies of #30CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDBE

Black with #30CDBE

Text Example


Text Example

White with #30CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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