Html Css Color HEX #30EDF5 Turquoise

📋 copy color: '#30EDF5'

red 48 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #30EDF5

Tints of Turquoise #30EDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 9.06%
G = 44.72%
B = 46.23%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#30EDF5 (or 0x30EDF5) is known color: Turquoise. HEX triplet: 30, ED and F5. RGB value is (48,237,245). Sum of RGB (Red+Green+Blue) = 48+237+245=530 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.06% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #30EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDF5 is #CF120A. Grayscale: #B5B5B5. Windows color (decimal): -13570571 or 16117040. OLE color: 16117040.

HSL color Cylindrical-coordinate representation of color #30EDF5: hue angle of 182.44º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDF5 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 237 245 -
CMYK 0.80 0.03 0 0.04
HSL 182.44º 0.91% 0.57% -
HSV(B) 182.44º 0.8% 0.96% -
XYZ 47.98 67.79 96.94 -
YUV 181.4 163.88 32.85 -
System Red Green Blue C M Y K H S L
Decimal 48 237 245 0.80 0.03 0 0.04 182.44 0.91 0.57
Hex 30 ED F5 50 3 0 4 B6 5B 39
Octal 60 355 365 120 3 0 4 266 133 71
Binary 110000 11101101 11110101 1010000 11 0 100 10110110 1011011 111001

Color Harmonies of #30EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EDF5

Black with #30EDF5

Text Example


Text Example

White with #30EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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