Html Css Color HEX #30ECFD Turquoise

📋 copy color: '#30ECFD'

red 48 ◦ green 236 ◦ blue 253

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

Shades of Turquoise #30ECFD

Tints of Turquoise #30ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.95%

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

R = 8.94%
G = 43.95%
B = 47.11%

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

#30ECFD (or 0x30ECFD) is known color: Turquoise. HEX triplet: 30, EC and FD. RGB value is (48,236,253). Sum of RGB (Red+Green+Blue) = 48+236+253=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #30ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECFD is #CF1302. Grayscale: #B5B5B5. Windows color (decimal): -13570819 or 16641072. OLE color: 16641072.

HSL color Cylindrical-coordinate representation of color #30ECFD: hue angle of 184.98º 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 #30ECFD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 236 253 -
CMYK 0.81 0.07 0 0.01
HSL 184.98º 0.98% 0.59% -
HSV(B) 184.98º 0.81% 0.99% -
XYZ 48.94 67.71 103.42 -
YUV 181.73 168.22 32.62 -
System Red Green Blue C M Y K H S L
Decimal 48 236 253 0.81 0.07 0 0.01 184.98 0.98 0.59
Hex 30 EC FD 51 7 0 1 B9 62 3B
Octal 60 354 375 121 7 0 1 271 142 73
Binary 110000 11101100 11111101 1010001 111 0 1 10111001 1100010 111011

Color Harmonies of #30ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECFD

Black with #30ECFD

Text Example


Text Example

White with #30ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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