Html Css Color HEX #30CBCB Medium Turquoise

📋 copy color: '#30CBCB'

red 48 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #30CBCB

Tints of Medium Turquoise #30CBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

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

R = 10.57%
G = 44.71%
B = 44.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30CBCB (or 0x30CBCB) is known color: Medium Turquoise. HEX triplet: 30, CB and CB. RGB value is (48,203,203). Sum of RGB (Red+Green+Blue) = 48+203+203=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #30CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBCB is #CF3434. Grayscale: #9C9C9C. Windows color (decimal): -13579317 or 13355824. OLE color: 13355824.

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

Color convert

RGB 48 203 203 -
CMYK 0.76 0 0 0.20
HSL 180º 0.62% 0.49% -
HSV(B) 180º 0.76% 0.8% -
XYZ 33.35 47.65 63.94 -
YUV 156.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 48 203 203 0.76 0 0 0.20 180 0.62 0.49
Hex 30 CB CB 4C 0 0 14 B4 3E 31
Octal 60 313 313 114 0 0 24 264 76 61
Binary 110000 11001011 11001011 1001100 0 0 10100 10110100 111110 110001

Color Harmonies of #30CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBCB

Black with #30CBCB

Text Example


Text Example

White with #30CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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