Html Css Color HEX #30DEFE Turquoise

📋 copy color: '#30DEFE'

red 48 ◦ green 222 ◦ blue 254

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

Shades of Turquoise #30DEFE

Tints of Turquoise #30DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

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

R = 9.16%
G = 42.37%
B = 48.47%

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

#30DEFE (or 0x30DEFE) is known color: Turquoise. HEX triplet: 30, DE and FE. RGB value is (48,222,254). Sum of RGB (Red+Green+Blue) = 48+222+254=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #30DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEFE is #CF2101. Grayscale: #ADADAD. Windows color (decimal): -13574402 or 16703024. OLE color: 16703024.

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

Color convert

RGB 48 222 254 -
CMYK 0.81 0.13 0 0.00
HSL 189.32º 0.99% 0.59% -
HSV(B) 189.32º 0.81% 1% -
XYZ 45.23 60.03 102.97 -
YUV 173.62 173.35 38.4 -
System Red Green Blue C M Y K H S L
Decimal 48 222 254 0.81 0.13 0 0.00 189.32 0.99 0.59
Hex 30 DE FE 51 D 0 0 BD 63 3B
Octal 60 336 376 121 15 0 0 275 143 73
Binary 110000 11011110 11111110 1010001 1101 0 0 10111101 1100011 111011

Color Harmonies of #30DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEFE

Black with #30DEFE

Text Example


Text Example

White with #30DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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