Html Css Color HEX #30DDFE Turquoise

📋 copy color: '#30DDFE'

red 48 ◦ green 221 ◦ blue 254

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

Shades of Turquoise #30DDFE

Tints of Turquoise #30DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 9.18%
G = 42.26%
B = 48.57%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#30DDFE (or 0x30DDFE) is known color: Turquoise. HEX triplet: 30, DD and FE. RGB value is (48,221,254). Sum of RGB (Red+Green+Blue) = 48+221+254=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #30DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDFE is #CF2201. Grayscale: #ACACAC. Windows color (decimal): -13574658 or 16702768. OLE color: 16702768.

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

Color convert

RGB 48 221 254 -
CMYK 0.81 0.13 0 0.00
HSL 189.61º 0.99% 0.59% -
HSV(B) 189.61º 0.81% 1% -
XYZ 44.96 59.5 102.88 -
YUV 173.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 48 221 254 0.81 0.13 0 0.00 189.61 0.99 0.59
Hex 30 DD FE 51 D 0 0 BE 63 3B
Octal 60 335 376 121 15 0 0 276 143 73
Binary 110000 11011101 11111110 1010001 1101 0 0 10111110 1100011 111011

Color Harmonies of #30DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DDFE

Black with #30DDFE

Text Example


Text Example

White with #30DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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