Html Css Color HEX #30DBEE Turquoise

📋 copy color: '#30DBEE'

red 48 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #30DBEE

Tints of Turquoise #30DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 9.5%
G = 43.37%
B = 47.13%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30DBEE (or 0x30DBEE) is known color: Turquoise. HEX triplet: 30, DB and EE. RGB value is (48,219,238). Sum of RGB (Red+Green+Blue) = 48+219+238=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #30DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBEE is #CF2411. Grayscale: #A9A9A9. Windows color (decimal): -13575186 or 15653680. OLE color: 15653680.

HSL color Cylindrical-coordinate representation of color #30DBEE: hue angle of 186º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DBEE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 219 238 -
CMYK 0.80 0.08 0 0.07
HSL 186º 0.85% 0.56% -
HSV(B) 186º 0.8% 0.93% -
XYZ 41.98 57.46 89.77 -
YUV 170.04 166.35 40.96 -
System Red Green Blue C M Y K H S L
Decimal 48 219 238 0.80 0.08 0 0.07 186 0.85 0.56
Hex 30 DB EE 50 8 0 7 BA 55 38
Octal 60 333 356 120 10 0 7 272 125 70
Binary 110000 11011011 11101110 1010000 1000 0 111 10111010 1010101 111000

Color Harmonies of #30DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBEE

Black with #30DBEE

Text Example


Text Example

White with #30DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,219,238); }

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

background-color css

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

 a { background-color: rgb(48,219,238); }

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

border-color css

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

 span { border-color: rgb(48,219,238); }

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