Html Css Color HEX #38CECF Medium Turquoise

📋 copy color: '#38CECF'

red 56 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #38CECF

Tints of Medium Turquoise #38CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 11.94%
G = 43.92%
B = 44.14%

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

#38CECF (or 0x38CECF) is known color: Medium Turquoise. HEX triplet: 38, CE and CF. RGB value is (56,206,207). Sum of RGB (Red+Green+Blue) = 56+206+207=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #38CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CECF is #C73130. Grayscale: #A1A1A1. Windows color (decimal): -13054257 or 13618744. OLE color: 13618744.

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

Color convert

RGB 56 206 207 -
CMYK 0.73 0.00 0 0.19
HSL 180.4º 0.61% 0.52% -
HSV(B) 180.4º 0.73% 0.81% -
XYZ 34.96 49.49 66.74 -
YUV 161.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 56 206 207 0.73 0.00 0 0.19 180.4 0.61 0.52
Hex 38 CE CF 49 0 0 13 B4 3D 34
Octal 70 316 317 111 0 0 23 264 75 64
Binary 111000 11001110 11001111 1001001 0 0 10011 10110100 111101 110100

Color Harmonies of #38CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CECF

Black with #38CECF

Text Example


Text Example

White with #38CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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