Html Css Color HEX #38DCEF Turquoise

📋 copy color: '#38DCEF'

red 56 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #38DCEF

Tints of Turquoise #38DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 10.87%
G = 42.72%
B = 46.41%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38DCEF (or 0x38DCEF) is known color: Turquoise. HEX triplet: 38, DC and EF. RGB value is (56,220,239). Sum of RGB (Red+Green+Blue) = 56+220+239=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #38DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCEF is #C72310. Grayscale: #ACACAC. Windows color (decimal): -13050641 or 15719480. OLE color: 15719480.

HSL color Cylindrical-coordinate representation of color #38DCEF: hue angle of 186.23º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DCEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 220 239 -
CMYK 0.77 0.08 0 0.06
HSL 186.23º 0.85% 0.58% -
HSV(B) 186.23º 0.77% 0.94% -
XYZ 42.8 58.26 90.65 -
YUV 173.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 56 220 239 0.77 0.08 0 0.06 186.23 0.85 0.58
Hex 38 DC EF 4D 8 0 6 BA 55 3A
Octal 70 334 357 115 10 0 6 272 125 72
Binary 111000 11011100 11101111 1001101 1000 0 110 10111010 1010101 111010

Color Harmonies of #38DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCEF

Black with #38DCEF

Text Example


Text Example

White with #38DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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