Html Css Color HEX #30D5BC Turquoise

📋 copy color: '#30D5BC'

red 48 ◦ green 213 ◦ blue 188

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

Shades of Turquoise #30D5BC

Tints of Turquoise #30D5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 10.69%
G = 47.44%
B = 41.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#30D5BC (or 0x30D5BC) is known color: Turquoise. HEX triplet: 30, D5 and BC. RGB value is (48,213,188). Sum of RGB (Red+Green+Blue) = 48+213+188=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5BC is #CF2A43. Grayscale: #A0A0A0. Windows color (decimal): -13576772 or 12375344. OLE color: 12375344.

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

Color convert

RGB 48 213 188 -
CMYK 0.77 0 0.12 0.16
HSL 170.91º 0.66% 0.51% -
HSV(B) 170.91º 0.77% 0.84% -
XYZ 34.09 51.85 55.79 -
YUV 160.82 143.34 47.53 -
System Red Green Blue C M Y K H S L
Decimal 48 213 188 0.77 0 0.12 0.16 170.91 0.66 0.51
Hex 30 D5 BC 4D 0 C 10 AB 42 33
Octal 60 325 274 115 0 14 20 253 102 63
Binary 110000 11010101 10111100 1001101 0 1100 10000 10101011 1000010 110011

Color Harmonies of #30D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D5BC

Black with #30D5BC

Text Example


Text Example

White with #30D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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