Html Css Color HEX #30DDFC Turquoise

📋 copy color: '#30DDFC'

red 48 ◦ green 221 ◦ blue 252

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

Shades of Turquoise #30DDFC

Tints of Turquoise #30DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 9.21%
G = 42.42%
B = 48.37%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30DDFC (or 0x30DDFC) is known color: Turquoise. HEX triplet: 30, DD and FC. RGB value is (48,221,252). Sum of RGB (Red+Green+Blue) = 48+221+252=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #30DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDFC is #CF2203. Grayscale: #ACACAC. Windows color (decimal): -13574660 or 16571696. OLE color: 16571696.

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

Color convert

RGB 48 221 252 -
CMYK 0.81 0.12 0 0.01
HSL 189.12º 0.97% 0.59% -
HSV(B) 189.12º 0.81% 0.99% -
XYZ 44.65 59.37 101.2 -
YUV 172.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 48 221 252 0.81 0.12 0 0.01 189.12 0.97 0.59
Hex 30 DD FC 51 C 0 1 BD 61 3B
Octal 60 335 374 121 14 0 1 275 141 73
Binary 110000 11011101 11111100 1010001 1100 0 1 10111101 1100001 111011

Color Harmonies of #30DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DDFC

Black with #30DDFC

Text Example


Text Example

White with #30DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,221,252); }

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

background-color css

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

 a { background-color: rgb(48,221,252); }

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

border-color css

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

 span { border-color: rgb(48,221,252); }

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