Html Css Color HEX #38DCCF Turquoise

📋 copy color: '#38DCCF'

red 56 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #38DCCF

Tints of Turquoise #38DCCF

RGB

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

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

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

R = 11.59%
G = 45.55%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#38DCCF (or 0x38DCCF) is known color: Turquoise. HEX triplet: 38, DC and CF. RGB value is (56,220,207). Sum of RGB (Red+Green+Blue) = 56+220+207=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCCF is #C72330. Grayscale: #A9A9A9. Windows color (decimal): -13050673 or 13622328. OLE color: 13622328.

HSL color Cylindrical-coordinate representation of color #38DCCF: hue angle of 175.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCCF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 207 -
CMYK 0.75 0 0.06 0.14
HSL 175.24º 0.7% 0.54% -
HSV(B) 175.24º 0.75% 0.86% -
XYZ 38.49 56.53 67.91 -
YUV 169.48 149.17 47.06 -
System Red Green Blue C M Y K H S L
Decimal 56 220 207 0.75 0 0.06 0.14 175.24 0.7 0.54
Hex 38 DC CF 4B 0 6 E AF 46 36
Octal 70 334 317 113 0 6 16 257 106 66
Binary 111000 11011100 11001111 1001011 0 110 1110 10101111 1000110 110110

Color Harmonies of #38DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCCF

Black with #38DCCF

Text Example


Text Example

White with #38DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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