Html Css Color HEX #38CCBB Medium Turquoise

📋 copy color: '#38CCBB'

red 56 ◦ green 204 ◦ blue 187

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

Shades of Medium Turquoise #38CCBB

Tints of Medium Turquoise #38CCBB

RGB

 RED value IS 56 (22.27% from 255) = 12.53%

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 12.53%
G = 45.64%
B = 41.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#38CCBB (or 0x38CCBB) is known color: Medium Turquoise. HEX triplet: 38, CC and BB. RGB value is (56,204,187). Sum of RGB (Red+Green+Blue) = 56+204+187=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCBB is #C73344. Grayscale: #9D9D9D. Windows color (decimal): -13054789 or 12307512. OLE color: 12307512.

HSL color Cylindrical-coordinate representation of color #38CCBB: hue angle of 173.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CCBB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 187 -
CMYK 0.73 0 0.08 0.2
HSL 173.11º 0.59% 0.51% -
HSV(B) 173.11º 0.73% 0.8% -
XYZ 32.19 47.61 54.51 -
YUV 157.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 56 204 187 0.73 0 0.08 0.2 173.11 0.59 0.51
Hex 38 CC BB 49 0 8 14 AD 3B 33
Octal 70 314 273 111 0 10 24 255 73 63
Binary 111000 11001100 10111011 1001001 0 1000 10100 10101101 111011 110011

Color Harmonies of #38CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CCBB

Black with #38CCBB

Text Example


Text Example

White with #38CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CCBB; }

 p { color: rgb(56,204,187); }

 H1.HeaderClassName
 {
   color: #38CCBB;
 }
 .AnyTagClassName
 {
   color: #38CCBB;
 }
</style>

background-color css

<style>
 a { background-color: #38CCBB; }

 a { background-color: rgb(56,204,187); }

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

border-color css

<style>
 span { border-color: #38CCBB; }

 span { border-color: rgb(56,204,187); }

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