Html Css Color HEX #38CDCE Medium Turquoise

📋 copy color: '#38CDCE'

red 56 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #38CDCE

Tints of Medium Turquoise #38CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 11.99%
G = 43.9%
B = 44.11%

CMYK

 C value IS 0.73

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38CDCE (or 0x38CDCE) is known color: Medium Turquoise. HEX triplet: 38, CD and CE. RGB value is (56,205,206). Sum of RGB (Red+Green+Blue) = 56+205+206=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #38CDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDCE is #C73231. Grayscale: #A0A0A0. Windows color (decimal): -13054514 or 13552952. OLE color: 13552952.

HSL color Cylindrical-coordinate representation of color #38CDCE: hue angle of 180.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDCE is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 205 206 -
CMYK 0.73 0.00 0 0.19
HSL 180.4º 0.6% 0.51% -
HSV(B) 180.4º 0.73% 0.81% -
XYZ 34.6 48.96 66.02 -
YUV 160.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 56 205 206 0.73 0.00 0 0.19 180.4 0.6 0.51
Hex 38 CD CE 49 0 0 13 B4 3C 33
Octal 70 315 316 111 0 0 23 264 74 63
Binary 111000 11001101 11001110 1001001 0 0 10011 10110100 111100 110011

Color Harmonies of #38CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDCE

Black with #38CDCE

Text Example


Text Example

White with #38CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,205,206); }

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

background-color css

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

 a { background-color: rgb(56,205,206); }

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

border-color css

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

 span { border-color: rgb(56,205,206); }

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