Html Css Color HEX #30EEED Turquoise

📋 copy color: '#30EEED'

red 48 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #30EEED

Tints of Turquoise #30EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

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

R = 9.18%
G = 45.51%
B = 45.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#30EEED (or 0x30EEED) is known color: Turquoise. HEX triplet: 30, EE and ED. RGB value is (48,238,237). Sum of RGB (Red+Green+Blue) = 48+238+237=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEED is #CF1112. Grayscale: #B4B4B4. Windows color (decimal): -13570323 or 15593008. OLE color: 15593008.

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

Color convert

RGB 48 238 237 -
CMYK 0.80 0 0.00 0.07
HSL 179.68º 0.85% 0.56% -
HSV(B) 179.68º 0.8% 0.93% -
XYZ 47.08 67.89 90.74 -
YUV 181.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 48 238 237 0.80 0 0.00 0.07 179.68 0.85 0.56
Hex 30 EE ED 50 0 0 7 B4 55 38
Octal 60 356 355 120 0 0 7 264 125 70
Binary 110000 11101110 11101101 1010000 0 0 111 10110100 1010101 111000

Color Harmonies of #30EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EEED

Black with #30EEED

Text Example


Text Example

White with #30EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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