Html Css Color HEX #30EDED Turquoise

📋 copy color: '#30EDED'

red 48 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #30EDED

Tints of Turquoise #30EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.4%

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

R = 9.2%
G = 45.4%
B = 45.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30EDED (or 0x30EDED) is known color: Turquoise. HEX triplet: 30, ED and ED. RGB value is (48,237,237). Sum of RGB (Red+Green+Blue) = 48+237+237=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #30EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDED is #CF1212. Grayscale: #B4B4B4. Windows color (decimal): -13570579 or 15592752. OLE color: 15592752.

HSL color Cylindrical-coordinate representation of color #30EDED: hue angle of 180º 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 #30EDED is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 237 -
CMYK 0.80 0 0 0.07
HSL 180º 0.84% 0.56% -
HSV(B) 180º 0.8% 0.93% -
XYZ 46.79 67.31 90.65 -
YUV 180.49 159.88 33.5 -
System Red Green Blue C M Y K H S L
Decimal 48 237 237 0.80 0 0 0.07 180 0.84 0.56
Hex 30 ED ED 50 0 0 7 B4 54 38
Octal 60 355 355 120 0 0 7 264 124 70
Binary 110000 11101101 11101101 1010000 0 0 111 10110100 1010100 111000

Color Harmonies of #30EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EDED

Black with #30EDED

Text Example


Text Example

White with #30EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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