Html Css Color HEX #30CCCB Medium Turquoise

📋 copy color: '#30CCCB'

red 48 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #30CCCB

Tints of Medium Turquoise #30CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 10.55%
G = 44.84%
B = 44.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#30CCCB (or 0x30CCCB) is known color: Medium Turquoise. HEX triplet: 30, CC and CB. RGB value is (48,204,203). Sum of RGB (Red+Green+Blue) = 48+204+203=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCCB is #CF3334. Grayscale: #9D9D9D. Windows color (decimal): -13579061 or 13356080. OLE color: 13356080.

HSL color Cylindrical-coordinate representation of color #30CCCB: hue angle of 179.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCCB is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 203 -
CMYK 0.76 0 0.00 0.2
HSL 179.62º 0.62% 0.49% -
HSV(B) 179.62º 0.76% 0.8% -
XYZ 33.59 48.13 64.02 -
YUV 157.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 48 204 203 0.76 0 0.00 0.2 179.62 0.62 0.49
Hex 30 CC CB 4C 0 0 14 B4 3E 31
Octal 60 314 313 114 0 0 24 264 76 61
Binary 110000 11001100 11001011 1001100 0 0 10100 10110100 111110 110001

Color Harmonies of #30CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCCB

Black with #30CCCB

Text Example


Text Example

White with #30CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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