Html Css Color HEX #30CBDA Medium Turquoise

📋 copy color: '#30CBDA'

red 48 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #30CBDA

Tints of Medium Turquoise #30CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 10.23%
G = 43.28%
B = 46.48%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#30CBDA (or 0x30CBDA) is known color: Medium Turquoise. HEX triplet: 30, CB and DA. RGB value is (48,203,218). Sum of RGB (Red+Green+Blue) = 48+203+218=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #30CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBDA is #CF3425. Grayscale: #9E9E9E. Windows color (decimal): -13579302 or 14338864. OLE color: 14338864.

HSL color Cylindrical-coordinate representation of color #30CBDA: hue angle of 185.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CBDA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 203 218 -
CMYK 0.78 0.07 0 0.15
HSL 185.29º 0.7% 0.52% -
HSV(B) 185.29º 0.78% 0.85% -
XYZ 35.23 48.4 73.82 -
YUV 158.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 48 203 218 0.78 0.07 0 0.15 185.29 0.7 0.52
Hex 30 CB DA 4E 7 0 F B9 46 34
Octal 60 313 332 116 7 0 17 271 106 64
Binary 110000 11001011 11011010 1001110 111 0 1111 10111001 1000110 110100

Color Harmonies of #30CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBDA

Black with #30CBDA

Text Example


Text Example

White with #30CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,218); }

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

background-color css

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

 a { background-color: rgb(48,203,218); }

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

border-color css

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

 span { border-color: rgb(48,203,218); }

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