Html Css Color HEX #30ECBB Turquoise

📋 copy color: '#30ECBB'

red 48 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #30ECBB

Tints of Turquoise #30ECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 10.19%
G = 50.11%
B = 39.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#30ECBB (or 0x30ECBB) is known color: Turquoise. HEX triplet: 30, EC and BB. RGB value is (48,236,187). Sum of RGB (Red+Green+Blue) = 48+236+187=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECBB is #CF1344. Grayscale: #AEAEAE. Windows color (decimal): -13570885 or 12315696. OLE color: 12315696.

HSL color Cylindrical-coordinate representation of color #30ECBB: hue angle of 164.36º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECBB is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 187 -
CMYK 0.80 0 0.21 0.07
HSL 164.36º 0.83% 0.56% -
HSV(B) 164.36º 0.8% 0.93% -
XYZ 40.18 64.21 57.29 -
YUV 174.2 135.22 37.98 -
System Red Green Blue C M Y K H S L
Decimal 48 236 187 0.80 0 0.21 0.07 164.36 0.83 0.56
Hex 30 EC BB 50 0 15 7 A4 53 38
Octal 60 354 273 120 0 25 7 244 123 70
Binary 110000 11101100 10111011 1010000 0 10101 111 10100100 1010011 111000

Color Harmonies of #30ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECBB

Black with #30ECBB

Text Example


Text Example

White with #30ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,187); }

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

background-color css

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

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

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

border-color css

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

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

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