Html Css Color HEX #30CDCB Medium Turquoise

📋 copy color: '#30CDCB'

red 48 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #30CDCB

Tints of Medium Turquoise #30CDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 10.53%
G = 44.96%
B = 44.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#30CDCB (or 0x30CDCB) is known color: Medium Turquoise. HEX triplet: 30, CD and CB. RGB value is (48,205,203). Sum of RGB (Red+Green+Blue) = 48+205+203=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDCB is #CF3234. Grayscale: #9D9D9D. Windows color (decimal): -13578805 or 13356336. OLE color: 13356336.

HSL color Cylindrical-coordinate representation of color #30CDCB: hue angle of 179.24º 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 #30CDCB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 203 -
CMYK 0.77 0 0.01 0.20
HSL 179.24º 0.62% 0.5% -
HSV(B) 179.24º 0.77% 0.8% -
XYZ 33.83 48.6 64.1 -
YUV 157.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 48 205 203 0.77 0 0.01 0.20 179.24 0.62 0.5
Hex 30 CD CB 4D 0 1 14 B3 3E 32
Octal 60 315 313 115 0 1 24 263 76 62
Binary 110000 11001101 11001011 1001101 0 1 10100 10110011 111110 110010

Color Harmonies of #30CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDCB

Black with #30CDCB

Text Example


Text Example

White with #30CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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