Html Css Color HEX #38DCDF Turquoise

📋 copy color: '#38DCDF'

red 56 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #38DCDF

Tints of Turquoise #38DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

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

R = 11.22%
G = 44.09%
B = 44.69%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38DCDF (or 0x38DCDF) is known color: Turquoise. HEX triplet: 38, DC and DF. RGB value is (56,220,223). Sum of RGB (Red+Green+Blue) = 56+220+223=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #38DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCDF is #C72320. Grayscale: #ABABAB. Windows color (decimal): -13050657 or 14670904. OLE color: 14670904.

HSL color Cylindrical-coordinate representation of color #38DCDF: hue angle of 181.08º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCDF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 220 223 -
CMYK 0.75 0.01 0 0.13
HSL 181.08º 0.72% 0.55% -
HSV(B) 181.08º 0.75% 0.87% -
XYZ 40.54 57.35 78.75 -
YUV 171.31 157.17 45.76 -
System Red Green Blue C M Y K H S L
Decimal 56 220 223 0.75 0.01 0 0.13 181.08 0.72 0.55
Hex 38 DC DF 4B 1 0 D B5 48 37
Octal 70 334 337 113 1 0 15 265 110 67
Binary 111000 11011100 11011111 1001011 1 0 1101 10110101 1001000 110111

Color Harmonies of #38DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCDF

Black with #38DCDF

Text Example


Text Example

White with #38DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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