Html Css Color HEX #30EACB Turquoise

📋 copy color: '#30EACB'

red 48 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #30EACB

Tints of Turquoise #30EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 9.9%
G = 48.25%
B = 41.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#30EACB (or 0x30EACB) is known color: Turquoise. HEX triplet: 30, EA and CB. RGB value is (48,234,203). Sum of RGB (Red+Green+Blue) = 48+234+203=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #30EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EACB is #CF1534. Grayscale: #AEAEAE. Windows color (decimal): -13571381 or 13363760. OLE color: 13363760.

HSL color Cylindrical-coordinate representation of color #30EACB: hue angle of 170º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EACB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 203 -
CMYK 0.79 0 0.13 0.08
HSL 170º 0.82% 0.55% -
HSV(B) 170º 0.79% 0.92% -
XYZ 41.42 63.79 66.63 -
YUV 174.85 143.88 37.52 -
System Red Green Blue C M Y K H S L
Decimal 48 234 203 0.79 0 0.13 0.08 170 0.82 0.55
Hex 30 EA CB 4F 0 D 8 AA 52 37
Octal 60 352 313 117 0 15 10 252 122 67
Binary 110000 11101010 11001011 1001111 0 1101 1000 10101010 1010010 110111

Color Harmonies of #30EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EACB

Black with #30EACB

Text Example


Text Example

White with #30EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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