Html Css Color HEX #30E6C6 Turquoise

📋 copy color: '#30E6C6'

red 48 ◦ green 230 ◦ blue 198

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

Shades of Turquoise #30E6C6

Tints of Turquoise #30E6C6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.32%

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 10.08%
G = 48.32%
B = 41.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#30E6C6 (or 0x30E6C6) is known color: Turquoise. HEX triplet: 30, E6 and C6. RGB value is (48,230,198). Sum of RGB (Red+Green+Blue) = 48+230+198=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6C6 is #CF1939. Grayscale: #ABABAB. Windows color (decimal): -13572410 or 13035056. OLE color: 13035056.

HSL color Cylindrical-coordinate representation of color #30E6C6: hue angle of 169.45º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6C6 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 198 -
CMYK 0.79 0 0.14 0.10
HSL 169.45º 0.78% 0.55% -
HSV(B) 169.45º 0.79% 0.9% -
XYZ 39.71 61.3 63.17 -
YUV 171.93 142.7 39.6 -
System Red Green Blue C M Y K H S L
Decimal 48 230 198 0.79 0 0.14 0.10 169.45 0.78 0.55
Hex 30 E6 C6 4F 0 E A A9 4E 37
Octal 60 346 306 117 0 16 12 251 116 67
Binary 110000 11100110 11000110 1001111 0 1110 1010 10101001 1001110 110111

Color Harmonies of #30E6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E6C6

Black with #30E6C6

Text Example


Text Example

White with #30E6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,198); }

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

background-color css

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

 a { background-color: rgb(48,230,198); }

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

border-color css

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

 span { border-color: rgb(48,230,198); }

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