Html Css Color HEX #38C0CA Medium Turquoise

📋 copy color: '#38C0CA'

red 56 ◦ green 192 ◦ blue 202

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

Shades of Medium Turquoise #38C0CA

Tints of Medium Turquoise #38C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 12.44%
G = 42.67%
B = 44.89%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38C0CA (or 0x38C0CA) is known color: Medium Turquoise. HEX triplet: 38, C0 and CA. RGB value is (56,192,202). Sum of RGB (Red+Green+Blue) = 56+192+202=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #38C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0CA is #C73F35. Grayscale: #989898. Windows color (decimal): -13057846 or 13287480. OLE color: 13287480.

HSL color Cylindrical-coordinate representation of color #38C0CA: hue angle of 184.11º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C0CA is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 192 202 -
CMYK 0.72 0.05 0 0.21
HSL 184.11º 0.58% 0.51% -
HSV(B) 184.11º 0.72% 0.79% -
XYZ 31.14 42.8 62.5 -
YUV 152.48 155.94 59.19 -
System Red Green Blue C M Y K H S L
Decimal 56 192 202 0.72 0.05 0 0.21 184.11 0.58 0.51
Hex 38 C0 CA 48 5 0 15 B8 3A 33
Octal 70 300 312 110 5 0 25 270 72 63
Binary 111000 11000000 11001010 1001000 101 0 10101 10111000 111010 110011

Color Harmonies of #38C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0CA

Black with #38C0CA

Text Example


Text Example

White with #38C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,202); }

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

background-color css

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

 a { background-color: rgb(56,192,202); }

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

border-color css

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

 span { border-color: rgb(56,192,202); }

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