Html Css Color HEX #38DCFC Turquoise

📋 copy color: '#38DCFC'

red 56 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #38DCFC

Tints of Turquoise #38DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 10.61%
G = 41.67%
B = 47.73%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38DCFC (or 0x38DCFC) is known color: Turquoise. HEX triplet: 38, DC and FC. RGB value is (56,220,252). Sum of RGB (Red+Green+Blue) = 56+220+252=528 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.61% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #38DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCFC is #C72303. Grayscale: #AEAEAE. Windows color (decimal): -13050628 or 16571448. OLE color: 16571448.

HSL color Cylindrical-coordinate representation of color #38DCFC: hue angle of 189.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DCFC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 220 252 -
CMYK 0.78 0.13 0 0.01
HSL 189.8º 0.97% 0.6% -
HSV(B) 189.8º 0.78% 0.99% -
XYZ 44.79 59.06 101.13 -
YUV 174.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 56 220 252 0.78 0.13 0 0.01 189.8 0.97 0.6
Hex 38 DC FC 4E D 0 1 BE 61 3C
Octal 70 334 374 116 15 0 1 276 141 74
Binary 111000 11011100 11111100 1001110 1101 0 1 10111110 1100001 111100

Color Harmonies of #38DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCFC

Black with #38DCFC

Text Example


Text Example

White with #38DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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