Html Css Color HEX #30EDF9 Turquoise

📋 copy color: '#30EDF9'

red 48 ◦ green 237 ◦ blue 249

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

Shades of Turquoise #30EDF9

Tints of Turquoise #30EDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 8.99%
G = 44.38%
B = 46.63%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30EDF9 (or 0x30EDF9) is known color: Turquoise. HEX triplet: 30, ED and F9. RGB value is (48,237,249). Sum of RGB (Red+Green+Blue) = 48+237+249=534 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.99% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #30EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDF9 is #CF1206. Grayscale: #B5B5B5. Windows color (decimal): -13570567 or 16379184. OLE color: 16379184.

HSL color Cylindrical-coordinate representation of color #30EDF9: hue angle of 183.58º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EDF9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 237 249 -
CMYK 0.81 0.05 0 0.02
HSL 183.58º 0.94% 0.58% -
HSV(B) 183.58º 0.81% 0.98% -
XYZ 48.6 68.04 100.19 -
YUV 181.86 165.88 32.52 -
System Red Green Blue C M Y K H S L
Decimal 48 237 249 0.81 0.05 0 0.02 183.58 0.94 0.58
Hex 30 ED F9 51 5 0 2 B8 5E 3A
Octal 60 355 371 121 5 0 2 270 136 72
Binary 110000 11101101 11111001 1010001 101 0 10 10111000 1011110 111010

Color Harmonies of #30EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EDF9

Black with #30EDF9

Text Example


Text Example

White with #30EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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