Html Css Color HEX #30D5F1 Turquoise

📋 copy color: '#30D5F1'

red 48 ◦ green 213 ◦ blue 241

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

Shades of Turquoise #30D5F1

Tints of Turquoise #30D5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 9.56%
G = 42.43%
B = 48.01%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#30D5F1 (or 0x30D5F1) is known color: Turquoise. HEX triplet: 30, D5 and F1. RGB value is (48,213,241). Sum of RGB (Red+Green+Blue) = 48+213+241=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #30D5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D5F1 is #CF2A0E. Grayscale: #A6A6A6. Windows color (decimal): -13576719 or 15848752. OLE color: 15848752.

HSL color Cylindrical-coordinate representation of color #30D5F1: hue angle of 188.7º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D5F1 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 213 241 -
CMYK 0.80 0.12 0 0.05
HSL 188.7º 0.87% 0.57% -
HSV(B) 188.7º 0.8% 0.95% -
XYZ 40.89 54.57 91.6 -
YUV 166.86 169.84 43.22 -
System Red Green Blue C M Y K H S L
Decimal 48 213 241 0.80 0.12 0 0.05 188.7 0.87 0.57
Hex 30 D5 F1 50 C 0 5 BD 57 39
Octal 60 325 361 120 14 0 5 275 127 71
Binary 110000 11010101 11110001 1010000 1100 0 101 10111101 1010111 111001

Color Harmonies of #30D5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D5F1

Black with #30D5F1

Text Example


Text Example

White with #30D5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,241); }

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

background-color css

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

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

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

border-color css

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

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

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