Html Css Color HEX #30EFBA Turquoise

📋 copy color: '#30EFBA'

red 48 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #30EFBA

Tints of Turquoise #30EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 10.15%
G = 50.53%
B = 39.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#30EFBA (or 0x30EFBA) is known color: Turquoise. HEX triplet: 30, EF and BA. RGB value is (48,239,186). Sum of RGB (Red+Green+Blue) = 48+239+186=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #30EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EFBA is #CF1045. Grayscale: #AFAFAF. Windows color (decimal): -13570118 or 12250928. OLE color: 12250928.

HSL color Cylindrical-coordinate representation of color #30EFBA: hue angle of 163.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFBA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 239 186 -
CMYK 0.80 0 0.22 0.06
HSL 163.35º 0.86% 0.56% -
HSV(B) 163.35º 0.8% 0.94% -
XYZ 40.95 65.91 57.02 -
YUV 175.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 48 239 186 0.80 0 0.22 0.06 163.35 0.86 0.56
Hex 30 EF BA 50 0 16 6 A3 56 38
Octal 60 357 272 120 0 26 6 243 126 70
Binary 110000 11101111 10111010 1010000 0 10110 110 10100011 1010110 111000

Color Harmonies of #30EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFBA

Black with #30EFBA

Text Example


Text Example

White with #30EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,186); }

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

background-color css

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

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

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

border-color css

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

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

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