Html Css Color HEX #38E0DF Turquoise

📋 copy color: '#38E0DF'

red 56 ◦ green 224 ◦ blue 223

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

Shades of Turquoise #38E0DF

Tints of Turquoise #38E0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 11.13%
G = 44.53%
B = 44.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#38E0DF (or 0x38E0DF) is known color: Turquoise. HEX triplet: 38, E0 and DF. RGB value is (56,224,223). Sum of RGB (Red+Green+Blue) = 56+224+223=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0DF is #C71F20. Grayscale: #ADADAD. Windows color (decimal): -13049633 or 14671928. OLE color: 14671928.

HSL color Cylindrical-coordinate representation of color #38E0DF: hue angle of 179.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E0DF is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 223 -
CMYK 0.75 0 0.00 0.12
HSL 179.64º 0.73% 0.55% -
HSV(B) 179.64º 0.75% 0.88% -
XYZ 41.61 59.48 79.1 -
YUV 173.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 56 224 223 0.75 0 0.00 0.12 179.64 0.73 0.55
Hex 38 E0 DF 4B 0 0 C B4 49 37
Octal 70 340 337 113 0 0 14 264 111 67
Binary 111000 11100000 11011111 1001011 0 0 1100 10110100 1001001 110111

Color Harmonies of #38E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E0DF

Black with #38E0DF

Text Example


Text Example

White with #38E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,224,223); }

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

background-color css

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

 a { background-color: rgb(56,224,223); }

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

border-color css

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

 span { border-color: rgb(56,224,223); }

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