Html Css Color HEX #30EAED Turquoise

📋 copy color: '#30EAED'

red 48 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #30EAED

Tints of Turquoise #30EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 9.25%
G = 45.09%
B = 45.66%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30EAED (or 0x30EAED) is known color: Turquoise. HEX triplet: 30, EA and ED. RGB value is (48,234,237). Sum of RGB (Red+Green+Blue) = 48+234+237=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #30EAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAED is #CF1512. Grayscale: #B2B2B2. Windows color (decimal): -13571347 or 15591984. OLE color: 15591984.

HSL color Cylindrical-coordinate representation of color #30EAED: hue angle of 180.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EAED is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 234 237 -
CMYK 0.80 0.01 0 0.07
HSL 180.95º 0.84% 0.56% -
HSV(B) 180.95º 0.8% 0.93% -
XYZ 45.93 65.59 90.36 -
YUV 178.73 160.88 34.76 -
System Red Green Blue C M Y K H S L
Decimal 48 234 237 0.80 0.01 0 0.07 180.95 0.84 0.56
Hex 30 EA ED 50 1 0 7 B5 54 38
Octal 60 352 355 120 1 0 7 265 124 70
Binary 110000 11101010 11101101 1010000 1 0 111 10110101 1010100 111000

Color Harmonies of #30EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EAED

Black with #30EAED

Text Example


Text Example

White with #30EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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