Html Css Color HEX #38E3DF Turquoise

📋 copy color: '#38E3DF'

red 56 ◦ green 227 ◦ blue 223

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

Shades of Turquoise #38E3DF

Tints of Turquoise #38E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.86%

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

R = 11.07%
G = 44.86%
B = 44.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#38E3DF (or 0x38E3DF) is known color: Turquoise. HEX triplet: 38, E3 and DF. RGB value is (56,227,223). Sum of RGB (Red+Green+Blue) = 56+227+223=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #38E3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E3DF is #C71C20. Grayscale: #AFAFAF. Windows color (decimal): -13048865 or 14672696. OLE color: 14672696.

HSL color Cylindrical-coordinate representation of color #38E3DF: hue angle of 178.6º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E3DF is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 223 -
CMYK 0.75 0 0.02 0.11
HSL 178.6º 0.75% 0.55% -
HSV(B) 178.6º 0.75% 0.89% -
XYZ 42.42 61.11 79.37 -
YUV 175.42 154.85 42.83 -
System Red Green Blue C M Y K H S L
Decimal 56 227 223 0.75 0 0.02 0.11 178.6 0.75 0.55
Hex 38 E3 DF 4B 0 2 B B3 4B 37
Octal 70 343 337 113 0 2 13 263 113 67
Binary 111000 11100011 11011111 1001011 0 10 1011 10110011 1001011 110111

Color Harmonies of #38E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E3DF

Black with #38E3DF

Text Example


Text Example

White with #38E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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