Html Css Color HEX #30EBFD Turquoise

📋 copy color: '#30EBFD'

red 48 ◦ green 235 ◦ blue 253

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

Shades of Turquoise #30EBFD

Tints of Turquoise #30EBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 8.96%
G = 43.84%
B = 47.2%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30EBFD (or 0x30EBFD) is known color: Turquoise. HEX triplet: 30, EB and FD. RGB value is (48,235,253). Sum of RGB (Red+Green+Blue) = 48+235+253=536 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.96% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #30EBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EBFD is #CF1402. Grayscale: #B4B4B4. Windows color (decimal): -13571075 or 16640816. OLE color: 16640816.

HSL color Cylindrical-coordinate representation of color #30EBFD: hue angle of 185.27º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EBFD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 235 253 -
CMYK 0.81 0.07 0 0.01
HSL 185.27º 0.98% 0.59% -
HSV(B) 185.27º 0.81% 0.99% -
XYZ 48.66 67.14 103.32 -
YUV 181.14 168.55 33.04 -
System Red Green Blue C M Y K H S L
Decimal 48 235 253 0.81 0.07 0 0.01 185.27 0.98 0.59
Hex 30 EB FD 51 7 0 1 B9 62 3B
Octal 60 353 375 121 7 0 1 271 142 73
Binary 110000 11101011 11111101 1010001 111 0 1 10111001 1100010 111011

Color Harmonies of #30EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBFD

Black with #30EBFD

Text Example


Text Example

White with #30EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,253); }

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

background-color css

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

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

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

border-color css

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

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

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