Html Css Color HEX #30E2EA Turquoise

📋 copy color: '#30E2EA'

red 48 ◦ green 226 ◦ blue 234

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

Shades of Turquoise #30E2EA

Tints of Turquoise #30E2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.49%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 9.45%
G = 44.49%
B = 46.06%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30E2EA (or 0x30E2EA) is known color: Turquoise. HEX triplet: 30, E2 and EA. RGB value is (48,226,234). Sum of RGB (Red+Green+Blue) = 48+226+234=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #30E2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2EA is #CF1D15. Grayscale: #ADADAD. Windows color (decimal): -13573398 or 15393328. OLE color: 15393328.

HSL color Cylindrical-coordinate representation of color #30E2EA: hue angle of 182.58º 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 #30E2EA is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 226 234 -
CMYK 0.79 0.03 0 0.08
HSL 182.58º 0.82% 0.55% -
HSV(B) 182.58º 0.79% 0.92% -
XYZ 43.27 60.96 87.33 -
YUV 173.69 162.03 38.35 -
System Red Green Blue C M Y K H S L
Decimal 48 226 234 0.79 0.03 0 0.08 182.58 0.82 0.55
Hex 30 E2 EA 4F 3 0 8 B7 52 37
Octal 60 342 352 117 3 0 10 267 122 67
Binary 110000 11100010 11101010 1001111 11 0 1000 10110111 1010010 110111

Color Harmonies of #30E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E2EA

Black with #30E2EA

Text Example


Text Example

White with #30E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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