Html Css Color HEX #30F3E5 Turquoise

📋 copy color: '#30F3E5'

red 48 ◦ green 243 ◦ blue 229

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

Shades of Turquoise #30F3E5

Tints of Turquoise #30F3E5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 9.23%
G = 46.73%
B = 44.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#30F3E5 (or 0x30F3E5) is known color: Turquoise. HEX triplet: 30, F3 and E5. RGB value is (48,243,229). Sum of RGB (Red+Green+Blue) = 48+243+229=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3E5 is #CF0C1A. Grayscale: #B6B6B6. Windows color (decimal): -13569051 or 15070000. OLE color: 15070000.

HSL color Cylindrical-coordinate representation of color #30F3E5: hue angle of 175.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3E5 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 243 229 -
CMYK 0.80 0 0.06 0.05
HSL 175.69º 0.89% 0.57% -
HSV(B) 175.69º 0.8% 0.95% -
XYZ 47.41 70.39 85.22 -
YUV 183.1 153.9 31.64 -
System Red Green Blue C M Y K H S L
Decimal 48 243 229 0.80 0 0.06 0.05 175.69 0.89 0.57
Hex 30 F3 E5 50 0 6 5 B0 59 39
Octal 60 363 345 120 0 6 5 260 131 71
Binary 110000 11110011 11100101 1010000 0 110 101 10110000 1011001 111001

Color Harmonies of #30F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F3E5

Black with #30F3E5

Text Example


Text Example

White with #30F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,243,229); }

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

background-color css

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

 a { background-color: rgb(48,243,229); }

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

border-color css

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

 span { border-color: rgb(48,243,229); }

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