Html Css Color HEX #30DDFF Turquoise

📋 copy color: '#30DDFF'

red 48 ◦ green 221 ◦ blue 255

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

Shades of Turquoise #30DDFF

Tints of Turquoise #30DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 9.16%
G = 42.18%
B = 48.66%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30DDFF (or 0x30DDFF) is known color: Turquoise. HEX triplet: 30, DD and FF. RGB value is (48,221,255). Sum of RGB (Red+Green+Blue) = 48+221+255=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #30DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDFF is #CF2200. Grayscale: #ACACAC. Windows color (decimal): -13574657 or 16768304. OLE color: 16768304.

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

Color convert

RGB 48 221 255 -
CMYK 0.81 0.13 0 0
HSL 189.86º 1% 0.59% -
HSV(B) 189.86º 0.81% 1% -
XYZ 45.13 59.56 103.73 -
YUV 173.15 174.19 38.74 -
System Red Green Blue C M Y K H S L
Decimal 48 221 255 0.81 0.13 0 0 189.86 1 0.59
Hex 30 DD FF 51 D 0 0 BE 64 3B
Octal 60 335 377 121 15 0 0 276 144 73
Binary 110000 11011101 11111111 1010001 1101 0 0 10111110 1100100 111011

Color Harmonies of #30DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DDFF

Black with #30DDFF

Text Example


Text Example

White with #30DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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