Html Css Color HEX #30CBD5 Medium Turquoise

📋 copy color: '#30CBD5'

red 48 ◦ green 203 ◦ blue 213

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

Shades of Medium Turquoise #30CBD5

Tints of Medium Turquoise #30CBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 10.34%
G = 43.75%
B = 45.91%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30CBD5 (or 0x30CBD5) is known color: Medium Turquoise. HEX triplet: 30, CB and D5. RGB value is (48,203,213). Sum of RGB (Red+Green+Blue) = 48+203+213=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #30CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBD5 is #CF342A. Grayscale: #9D9D9D. Windows color (decimal): -13579307 or 14011184. OLE color: 14011184.

HSL color Cylindrical-coordinate representation of color #30CBD5: hue angle of 183.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CBD5 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 203 213 -
CMYK 0.77 0.05 0 0.16
HSL 183.64º 0.66% 0.51% -
HSV(B) 183.64º 0.77% 0.84% -
XYZ 34.59 48.14 70.42 -
YUV 157.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 48 203 213 0.77 0.05 0 0.16 183.64 0.66 0.51
Hex 30 CB D5 4D 5 0 10 B8 42 33
Octal 60 313 325 115 5 0 20 270 102 63
Binary 110000 11001011 11010101 1001101 101 0 10000 10111000 1000010 110011

Color Harmonies of #30CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBD5

Black with #30CBD5

Text Example


Text Example

White with #30CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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