Html Css Color HEX #30D6BC Turquoise

📋 copy color: '#30D6BC'

red 48 ◦ green 214 ◦ blue 188

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

Shades of Turquoise #30D6BC

Tints of Turquoise #30D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.56%

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

R = 10.67%
G = 47.56%
B = 41.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#30D6BC (or 0x30D6BC) is known color: Turquoise. HEX triplet: 30, D6 and BC. RGB value is (48,214,188). Sum of RGB (Red+Green+Blue) = 48+214+188=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6BC is #CF2943. Grayscale: #A1A1A1. Windows color (decimal): -13576516 or 12375600. OLE color: 12375600.

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

Color convert

RGB 48 214 188 -
CMYK 0.78 0 0.12 0.16
HSL 170.6º 0.67% 0.51% -
HSV(B) 170.6º 0.78% 0.84% -
XYZ 34.34 52.35 55.87 -
YUV 161.4 143 47.11 -
System Red Green Blue C M Y K H S L
Decimal 48 214 188 0.78 0 0.12 0.16 170.6 0.67 0.51
Hex 30 D6 BC 4E 0 C 10 AB 43 33
Octal 60 326 274 116 0 14 20 253 103 63
Binary 110000 11010110 10111100 1001110 0 1100 10000 10101011 1000011 110011

Color Harmonies of #30D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6BC

Black with #30D6BC

Text Example


Text Example

White with #30D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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